#DB222C

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

Shades of Alizarin #DB222C

Tints of Alizarin #DB222C

Color information

#DB222C (or 0xDB222C) is unknown color: approx Alizarin. HEX triplet: DB, 22 and 2C. RGB value is (219,34,44). Sum of RGB (Red+Green+Blue) = 219+34+44=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB222C is #24DDD3. Grayscale: #5A5A5A. Windows color (decimal): -2416084 or 2892507. OLE color: 2892507.

HSL color Cylindrical-coordinate representation of color #DB222C: hue angle of 356.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB222C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB2193444-
CMYK00.840.800.14
HSL356.76º73.12%49.61%-
HSV(B)356.76º84.47%85.88%-
XYZ30.2416.393.95-
YUV90.46101.79219.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 73.74%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=73.74%
G=11.45%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219344400.840.800.14356.7673.1249.61
HexDB222C05450E1654932
Octal333425401241201654511162
Binary1101101110001010110001010100101000011101011001011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB222C; }

 p { color: rgb(219,34,44); }

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

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

 a { background-color: rgb(219,34,44); }

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

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

 span { border-color: rgb(219,34,44); }

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