Html Css Color HEX #DB2239 Alizarin

📋 copy color: '#DB2239'

red 219 ◦ green 34 ◦ blue 57

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

Shades of Alizarin #DB2239

Tints of Alizarin #DB2239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

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

R = 70.65%
G = 10.97%
B = 18.39%

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

#DB2239 (or 0xDB2239) is known color: Alizarin. HEX triplet: DB, 22 and 39. RGB value is (219,34,57). Sum of RGB (Red+Green+Blue) = 219+34+57=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2239 is #24DDC6. Grayscale: #5C5C5C. Windows color (decimal): -2416071 or 3744475. OLE color: 3744475.

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

Color convert

RGB 219 34 57 -
CMYK 0 0.84 0.74 0.14
HSL 352.54º 0.73% 0.5% -
HSV(B) 352.54º 0.84% 0.86% -
XYZ 30.52 16.5 5.45 -
YUV 91.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 219 34 57 0 0.84 0.74 0.14 352.54 0.73 0.5
Hex DB 22 39 0 54 4A E 161 49 32
Octal 333 42 71 0 124 112 16 541 111 62
Binary 11011011 100010 111001 0 1010100 1001010 1110 101100001 1001001 110010

Color Harmonies of #DB2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2239

Black with #DB2239

Text Example


Text Example

White with #DB2239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2239; }

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

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

background-color css

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

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

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

border-color css

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

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

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