Html Css Color HEX #DB2034 Alizarin

📋 copy color: '#DB2034'

red 219 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #DB2034

Tints of Alizarin #DB2034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 72.28%
G = 10.56%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2034 (or 0xDB2034) is known color: Alizarin. HEX triplet: DB, 20 and 34. RGB value is (219,32,52). Sum of RGB (Red+Green+Blue) = 219+32+52=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2034 is #24DFCB. Grayscale: #5A5A5A. Windows color (decimal): -2416588 or 3416283. OLE color: 3416283.

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

Color convert

RGB 219 32 52 -
CMYK 0 0.85 0.76 0.14
HSL 353.58º 0.75% 0.49% -
HSV(B) 353.58º 0.85% 0.86% -
XYZ 30.35 16.34 4.8 -
YUV 90.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 219 32 52 0 0.85 0.76 0.14 353.58 0.75 0.49
Hex DB 20 34 0 55 4C E 162 4B 31
Octal 333 40 64 0 125 114 16 542 113 61
Binary 11011011 100000 110100 0 1010101 1001100 1110 101100010 1001011 110001

Color Harmonies of #DB2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2034

Black with #DB2034

Text Example


Text Example

White with #DB2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2034; }

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

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

background-color css

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

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

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

border-color css

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

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

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