Html Css Color HEX #DB2036 Alizarin

📋 copy color: '#DB2036'

red 219 ◦ green 32 ◦ blue 54

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

Shades of Alizarin #DB2036

Tints of Alizarin #DB2036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 71.8%
G = 10.49%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB2036 (or 0xDB2036) is known color: Alizarin. HEX triplet: DB, 20 and 36. RGB value is (219,32,54). Sum of RGB (Red+Green+Blue) = 219+32+54=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2036 is #24DFC9. Grayscale: #5A5A5A. Windows color (decimal): -2416586 or 3547355. OLE color: 3547355.

HSL color Cylindrical-coordinate representation of color #DB2036: hue angle of 352.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2036 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 54 -
CMYK 0 0.85 0.75 0.14
HSL 352.94º 0.75% 0.49% -
HSV(B) 352.94º 0.85% 0.86% -
XYZ 30.4 16.36 5.05 -
YUV 90.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 219 32 54 0 0.85 0.75 0.14 352.94 0.75 0.49
Hex DB 20 36 0 55 4B E 161 4B 31
Octal 333 40 66 0 125 113 16 541 113 61
Binary 11011011 100000 110110 0 1010101 1001011 1110 101100001 1001011 110001

Color Harmonies of #DB2036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2036

Black with #DB2036

Text Example


Text Example

White with #DB2036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2036; }

 p { color: rgb(219,32,54); }

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

background-color css

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

 a { background-color: rgb(219,32,54); }

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

border-color css

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

 span { border-color: rgb(219,32,54); }

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