Html Css Color HEX #DB2439 Alizarin

📋 copy color: '#DB2439'

red 219 ◦ green 36 ◦ blue 57

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

Shades of Alizarin #DB2439

Tints of Alizarin #DB2439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

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

R = 70.19%
G = 11.54%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB2439 (or 0xDB2439) is known color: Alizarin. HEX triplet: DB, 24 and 39. RGB value is (219,36,57). Sum of RGB (Red+Green+Blue) = 219+36+57=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2439 is #24DBC6. Grayscale: #5D5D5D. Windows color (decimal): -2415559 or 3744987. OLE color: 3744987.

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

Color convert

RGB 219 36 57 -
CMYK 0 0.84 0.74 0.14
HSL 353.11º 0.72% 0.5% -
HSV(B) 353.11º 0.84% 0.86% -
XYZ 30.58 16.62 5.47 -
YUV 93.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 219 36 57 0 0.84 0.74 0.14 353.11 0.72 0.5
Hex DB 24 39 0 54 4A E 161 48 32
Octal 333 44 71 0 124 112 16 541 110 62
Binary 11011011 100100 111001 0 1010100 1001010 1110 101100001 1001000 110010

Color Harmonies of #DB2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2439

Black with #DB2439

Text Example


Text Example

White with #DB2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2439; }

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

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

background-color css

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

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

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

border-color css

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

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

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