#dd212f

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

Shades of Alizarin #DD212F

Tints of Alizarin #DD212F

Color information

#DD212F (or 0xDD212F) is unknown color: approx Alizarin. HEX triplet: DD, 21 and 2F. RGB value is (221,33,47). Sum of RGB (Red+Green+Blue) = 221+33+47=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD212F is #22DED0. Grayscale: #5A5A5A. Windows color (decimal): -2285265 or 3088861. OLE color: 3088861.

HSL color Cylindrical-coordinate representation of color #DD212F: hue angle of 355.53º 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 #DD212F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB2213347-
CMYK00.850.790.13
HSL355.53º74.02%49.8%-
HSV(B)355.53º85.07%86.67%-
XYZ30.8816.674.28-
YUV90.81103.28220.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 73.42%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=73.42%
G=10.96%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221334700.850.790.13355.5374.0249.8
HexDD212F0554FD1644a32
Octal335415701251171554411262
Binary1101110110000110111101010101100111111011011001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd212f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd212f; }

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

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

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

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

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

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

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

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