#DD212C

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

Shades of Alizarin #DD212C

Tints of Alizarin #DD212C

Color information

#DD212C (or 0xDD212C) is unknown color: approx Alizarin. HEX triplet: DD, 21 and 2C. RGB value is (221,33,44). Sum of RGB (Red+Green+Blue) = 221+33+44=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD212C is #22DED3. Grayscale: #5A5A5A. Windows color (decimal): -2285268 or 2892253. OLE color: 2892253.

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

Color convert

RGB2213344-
CMYK00.850.800.13
HSL356.49º74.02%49.8%-
HSV(B)356.49º85.07%86.67%-
XYZ30.8216.643.97-
YUV90.47101.78221.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.16%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=74.16%
G=11.07%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221334400.850.800.13356.4974.0249.8
HexDD212C05550D1644a32
Octal335415401251201554411262
Binary1101110110000110110001010101101000011011011001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD212C; }

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

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

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

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

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

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

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

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