Html Css Color HEX #DB2229 Alizarin

📋 copy color: '#DB2229'

red 219 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #DB2229

Tints of Alizarin #DB2229

RGB

 RED value IS 219 (85.94% from 255) = 74.49%

 GREEN value IS 34 (13.67% from 255) = 11.56%

 BLUE value IS 41 (16.41% from 255) = 13.95%

R = 74.49%
G = 11.56%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB2229 (or 0xDB2229) is known color: Alizarin. HEX triplet: DB, 22 and 29. RGB value is (219,34,41). Sum of RGB (Red+Green+Blue) = 219+34+41=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2229 is #24DDD6. Grayscale: #5A5A5A. Windows color (decimal): -2416087 or 2695899. OLE color: 2695899.

HSL color Cylindrical-coordinate representation of color #DB2229: hue angle of 357.73º 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 #DB2229 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 41 -
CMYK 0 0.84 0.81 0.14
HSL 357.73º 0.73% 0.5% -
HSV(B) 357.73º 0.84% 0.86% -
XYZ 30.19 16.36 3.67 -
YUV 90.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 219 34 41 0 0.84 0.81 0.14 357.73 0.73 0.5
Hex DB 22 29 0 54 51 E 166 49 32
Octal 333 42 51 0 124 121 16 546 111 62
Binary 11011011 100010 101001 0 1010100 1010001 1110 101100110 1001001 110010

Color Harmonies of #DB2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2229

Black with #DB2229

Text Example


Text Example

White with #DB2229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2229; }

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

 H1.HeaderClassName
 {
   color: #DB2229;
 }
 .AnyTagClassName
 {
   color: #DB2229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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