#DD2132

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

Shades of Alizarin #DD2132

Tints of Alizarin #DD2132

Color information

#DD2132 (or 0xDD2132) is unknown color: approx Alizarin. HEX triplet: DD, 21 and 32. RGB value is (221,33,50). Sum of RGB (Red+Green+Blue) = 221+33+50=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2132 is #22DECD. Grayscale: #5B5B5B. Windows color (decimal): -2285262 or 3285469. OLE color: 3285469.

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

Color convert

RGB2213350-
CMYK00.850.770.13
HSL354.57º74.02%49.8%-
HSV(B)354.57º85.07%86.67%-
XYZ30.9416.694.61-
YUV91.15104.78220.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 72.70%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=72.70%
G=10.86%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221335000.850.770.13354.5774.0249.8
HexDD21320554DD1634a32
Octal335416201251151554311262
Binary1101110110000111001001010101100110111011011000111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2132; }

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

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

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

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

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

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

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

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