Html Css Color HEX #DB2029 Alizarin

📋 copy color: '#DB2029'

red 219 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #DB2029

Tints of Alizarin #DB2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 75%
G = 10.96%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB2029 (or 0xDB2029) is known color: Alizarin. HEX triplet: DB, 20 and 29. RGB value is (219,32,41). Sum of RGB (Red+Green+Blue) = 219+32+41=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2029 is #24DFD6. Grayscale: #595959. Windows color (decimal): -2416599 or 2695387. OLE color: 2695387.

HSL color Cylindrical-coordinate representation of color #DB2029: hue angle of 357.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2029 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 41 -
CMYK 0 0.85 0.81 0.14
HSL 357.11º 0.75% 0.49% -
HSV(B) 357.11º 0.85% 0.86% -
XYZ 30.13 16.25 3.65 -
YUV 88.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 219 32 41 0 0.85 0.81 0.14 357.11 0.75 0.49
Hex DB 20 29 0 55 51 E 165 4B 31
Octal 333 40 51 0 125 121 16 545 113 61
Binary 11011011 100000 101001 0 1010101 1010001 1110 101100101 1001011 110001

Color Harmonies of #DB2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2029

Black with #DB2029

Text Example


Text Example

White with #DB2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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