Html Css Color HEX #DB3439 Alizarin

📋 copy color: '#DB3439'

red 219 ◦ green 52 ◦ blue 57

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

Shades of Alizarin #DB3439

Tints of Alizarin #DB3439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

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

R = 66.77%
G = 15.85%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB3439 (or 0xDB3439) is known color: Alizarin. HEX triplet: DB, 34 and 39. RGB value is (219,52,57). Sum of RGB (Red+Green+Blue) = 219+52+57=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3439 is #24CBC6. Grayscale: #666666. Windows color (decimal): -2411463 or 3749083. OLE color: 3749083.

HSL color Cylindrical-coordinate representation of color #DB3439: hue angle of 358.2º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3439 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 57 -
CMYK 0 0.76 0.74 0.14
HSL 358.2º 0.7% 0.53% -
HSV(B) 358.2º 0.76% 0.86% -
XYZ 31.18 17.81 5.67 -
YUV 102.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 219 52 57 0 0.76 0.74 0.14 358.2 0.7 0.53
Hex DB 34 39 0 4C 4A E 166 46 35
Octal 333 64 71 0 114 112 16 546 106 65
Binary 11011011 110100 111001 0 1001100 1001010 1110 101100110 1000110 110101

Color Harmonies of #DB3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3439

Black with #DB3439

Text Example


Text Example

White with #DB3439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3439; }

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

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

background-color css

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

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

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

border-color css

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

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

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