#D53351

Color #D53351 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D53351

Tints of Amaranth #D53351

Color information

#D53351 (or 0xD53351) is unknown color: approx Amaranth. HEX triplet: D5, 33 and 51. RGB value is (213,51,81). Sum of RGB (Red+Green+Blue) = 213+51+81=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D53351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53351 is #2ACCAE. Grayscale: #666666. Windows color (decimal): -2804911 or 5321685. OLE color: 5321685.

HSL color Cylindrical-coordinate representation of color #D53351: hue angle of 348.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53351 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2135181-
CMYK00.760.620.16
HSL348.89º65.85%51.76%-
HSV(B)348.89º76.06%83.53%-
XYZ30.1117.119.5-
YUV102.86115.67206.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 61.74%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=61.74%
G=14.78%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213518100.760.620.16348.8965.8551.76
HexD5335104C3E1015d4234
Octal325631210114762053510264
Binary11010101110011101000101001100111110100001010111011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53351; }

 p { color: rgb(213,51,81); }

 H1.HeaderClassName
 {
   color: #D53351;
 }
 .AnyTagClassName
 {
   color: #D53351;
 }
</style>
background-color css

<style>
 a { background-color: #D53351; }

 a { background-color: rgb(213,51,81); }

 div.DivClassName
 {
   background-color: #D53351;
 }
 .BgClassName
 {
   background-color: #D53351;
 }
</style>
border-color css

<style>
 span { border-color: #D53351; }

 span { border-color: rgb(213,51,81); }

 td.TdClassName
 {
   border-color: #D53351;
 }
 .TagClassName
 {
   border-color: #D53351;
 }
</style>