Html Css Color HEX #DB222C Alizarin

📋 copy color: '#DB222C'

red 219 ◦ green 34 ◦ blue 44

#DB222C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #DB222C

Tints of Alizarin #DB222C

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 value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB222C (or 0xDB222C) is known color: 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

RGB 219 34 44 -
CMYK 0 0.84 0.80 0.14
HSL 356.76º 0.73% 0.5% -
HSV(B) 356.76º 0.84% 0.86% -
XYZ 30.24 16.39 3.95 -
YUV 90.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 219 34 44 0 0.84 0.80 0.14 356.76 0.73 0.5
Hex DB 22 2C 0 54 50 E 165 49 32
Octal 333 42 54 0 124 120 16 545 111 62
Binary 11011011 100010 101100 0 1010100 1010000 1110 101100101 1001001 110010

Color Harmonies of #DB222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB222C

Black with #DB222C

Text Example


Text Example

White with #DB222C

Text Example


Text Example

HTML Codes & Css Web 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>