Html Css Color HEX #DB3239 Alizarin

📋 copy color: '#DB3239'

red 219 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #DB3239

Tints of Alizarin #DB3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 67.18%
G = 15.34%
B = 17.48%

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

#DB3239 (or 0xDB3239) is known color: Alizarin. HEX triplet: DB, 32 and 39. RGB value is (219,50,57). Sum of RGB (Red+Green+Blue) = 219+50+57=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3239 is #24CDC6. Grayscale: #656565. Windows color (decimal): -2411975 or 3748571. OLE color: 3748571.

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

Color convert

RGB 219 50 57 -
CMYK 0 0.77 0.74 0.14
HSL 357.51º 0.7% 0.53% -
HSV(B) 357.51º 0.77% 0.86% -
XYZ 31.09 17.64 5.64 -
YUV 101.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 219 50 57 0 0.77 0.74 0.14 357.51 0.7 0.53
Hex DB 32 39 0 4D 4A E 166 46 35
Octal 333 62 71 0 115 112 16 546 106 65
Binary 11011011 110010 111001 0 1001101 1001010 1110 101100110 1000110 110101

Color Harmonies of #DB3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3239

Black with #DB3239

Text Example


Text Example

White with #DB3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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