#D9212C

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

Shades of Alizarin #D9212C

Tints of Alizarin #D9212C

Color information

#D9212C (or 0xD9212C) is unknown color: approx Alizarin. HEX triplet: D9, 21 and 2C. RGB value is (217,33,44). Sum of RGB (Red+Green+Blue) = 217+33+44=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9212C is #26DED3. Grayscale: #595959. Windows color (decimal): -2547412 or 2892249. OLE color: 2892249.

HSL color Cylindrical-coordinate representation of color #D9212C: hue angle of 356.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9212C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2173344-
CMYK00.850.800.15
HSL356.41º73.6%49.02%-
HSV(B)356.41º84.79%85.1%-
XYZ29.6116.023.91-
YUV89.27102.46219.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.81%
GREEN value IS 33 (13.28% from 255) = 11.22%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=73.81%
G=11.22%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217334400.850.800.15356.4173.649.02
HexD9212C05550F1644a31
Octal331415401251201754411261
Binary1101100110000110110001010101101000011111011001001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9212C; }

 p { color: rgb(217,33,44); }

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

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

 a { background-color: rgb(217,33,44); }

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

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

 span { border-color: rgb(217,33,44); }

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