#DD223C

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

Shades of Alizarin #DD223C

Tints of Alizarin #DD223C

Color information

#DD223C (or 0xDD223C) is unknown color: approx Alizarin. HEX triplet: DD, 22 and 3C. RGB value is (221,34,60). Sum of RGB (Red+Green+Blue) = 221+34+60=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD223C is #22DDC3. Grayscale: #5C5C5C. Windows color (decimal): -2284996 or 3941085. OLE color: 3941085.

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

Color convert

RGB2213460-
CMYK00.850.730.13
HSL351.66º73.33%50%-
HSV(B)351.66º84.62%86.67%-
XYZ31.2116.845.88-
YUV92.88109.45219.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.16%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=70.16%
G=10.79%
B=19.05%

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
Decimal221346000.850.730.13351.6673.3350
HexDD223C05549D1604932
Octal335427401251111554011162
Binary1101110110001011110001010101100100111011011000001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD223C; }

 p { color: rgb(221,34,60); }

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

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

 a { background-color: rgb(221,34,60); }

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

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

 span { border-color: rgb(221,34,60); }

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