#D62836

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

Shades of Alizarin #D62836

Tints of Alizarin #D62836

Color information

#D62836 (or 0xD62836) is unknown color: approx Alizarin. HEX triplet: D6, 28 and 36. RGB value is (214,40,54). Sum of RGB (Red+Green+Blue) = 214+40+54=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D62836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62836 is #29D7C9. Grayscale: #5D5D5D. Windows color (decimal): -2742218 or 3549398. OLE color: 3549398.

HSL color Cylindrical-coordinate representation of color #D62836: hue angle of 355.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62836 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2144054-
CMYK00.810.750.16
HSL355.17º68.5%49.8%-
HSV(B)355.17º81.31%83.92%-
XYZ29.1616.085.06-
YUV93.62105.65213.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.48%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=69.48%
G=12.99%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214405400.810.750.16355.1768.549.8
HexD628360514B101634532
Octal326506601211132054310562
Binary11010110101000110110010100011001011100001011000111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62836; }

 p { color: rgb(214,40,54); }

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

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

 a { background-color: rgb(214,40,54); }

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

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

 span { border-color: rgb(214,40,54); }

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