Html Css Color HEX #DB2031 Alizarin

📋 copy color: '#DB2031'

red 219 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #DB2031

Tints of Alizarin #DB2031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 73%
G = 10.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB2031 (or 0xDB2031) is known color: Alizarin. HEX triplet: DB, 20 and 31. RGB value is (219,32,49). Sum of RGB (Red+Green+Blue) = 219+32+49=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2031 is #24DFCE. Grayscale: #595959. Windows color (decimal): -2416591 or 3219675. OLE color: 3219675.

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

Color convert

RGB 219 32 49 -
CMYK 0 0.85 0.78 0.14
HSL 354.55º 0.75% 0.49% -
HSV(B) 354.55º 0.85% 0.86% -
XYZ 30.28 16.31 4.46 -
YUV 89.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 219 32 49 0 0.85 0.78 0.14 354.55 0.75 0.49
Hex DB 20 31 0 55 4E E 163 4B 31
Octal 333 40 61 0 125 116 16 543 113 61
Binary 11011011 100000 110001 0 1010101 1001110 1110 101100011 1001011 110001

Color Harmonies of #DB2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2031

Black with #DB2031

Text Example


Text Example

White with #DB2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2031; }

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

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

background-color css

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

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

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

border-color css

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

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

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