Html Css Color HEX #DB3339 Alizarin

📋 copy color: '#DB3339'

red 219 ◦ green 51 ◦ blue 57

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

Shades of Alizarin #DB3339

Tints of Alizarin #DB3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

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

R = 66.97%
G = 15.6%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB3339 (or 0xDB3339) is known color: Alizarin. HEX triplet: DB, 33 and 39. RGB value is (219,51,57). Sum of RGB (Red+Green+Blue) = 219+51+57=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3339 is #24CCC6. Grayscale: #666666. Windows color (decimal): -2411719 or 3748827. OLE color: 3748827.

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

Color convert

RGB 219 51 57 -
CMYK 0 0.77 0.74 0.14
HSL 357.86º 0.7% 0.53% -
HSV(B) 357.86º 0.77% 0.86% -
XYZ 31.14 17.72 5.65 -
YUV 101.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 219 51 57 0 0.77 0.74 0.14 357.86 0.7 0.53
Hex DB 33 39 0 4D 4A E 166 46 35
Octal 333 63 71 0 115 112 16 546 106 65
Binary 11011011 110011 111001 0 1001101 1001010 1110 101100110 1000110 110101

Color Harmonies of #DB3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3339

Black with #DB3339

Text Example


Text Example

White with #DB3339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3339; }

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

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

background-color css

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

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

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

border-color css

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

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

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