Html Css Color HEX #DB2039 Alizarin

📋 copy color: '#DB2039'

red 219 ◦ green 32 ◦ blue 57

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

Shades of Alizarin #DB2039

Tints of Alizarin #DB2039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 71.1%
G = 10.39%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB2039 (or 0xDB2039) is known color: Alizarin. HEX triplet: DB, 20 and 39. RGB value is (219,32,57). Sum of RGB (Red+Green+Blue) = 219+32+57=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2039 is #24DFC6. Grayscale: #5A5A5A. Windows color (decimal): -2416583 or 3743963. OLE color: 3743963.

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

Color convert

RGB 219 32 57 -
CMYK 0 0.85 0.74 0.14
HSL 351.98º 0.75% 0.49% -
HSV(B) 351.98º 0.85% 0.86% -
XYZ 30.47 16.39 5.43 -
YUV 90.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 219 32 57 0 0.85 0.74 0.14 351.98 0.75 0.49
Hex DB 20 39 0 55 4A E 160 4B 31
Octal 333 40 71 0 125 112 16 540 113 61
Binary 11011011 100000 111001 0 1010101 1001010 1110 101100000 1001011 110001

Color Harmonies of #DB2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2039

Black with #DB2039

Text Example


Text Example

White with #DB2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2039; }

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

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

background-color css

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

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

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

border-color css

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

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

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