#DD213B

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

Shades of Alizarin #DD213B

Tints of Alizarin #DD213B

Color information

#DD213B (or 0xDD213B) is unknown color: approx Alizarin. HEX triplet: DD, 21 and 3B. RGB value is (221,33,59). Sum of RGB (Red+Green+Blue) = 221+33+59=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD213B is #22DEC4. Grayscale: #5C5C5C. Windows color (decimal): -2285253 or 3875293. OLE color: 3875293.

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

Color convert

RGB2213359-
CMYK00.850.730.13
HSL351.7º74.02%49.8%-
HSV(B)351.7º85.07%86.67%-
XYZ31.1516.785.73-
YUV92.18109.28219.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.61%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=70.61%
G=10.54%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221335900.850.730.13351.774.0249.8
HexDD213B05549D1604a32
Octal335417301251111554011262
Binary1101110110000111101101010101100100111011011000001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD213B; }

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

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

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

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

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

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

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

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