Html Css Color HEX #DB2137 Alizarin

📋 copy color: '#DB2137'

red 219 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #DB2137

Tints of Alizarin #DB2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.75%

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 71.34%
G = 10.75%
B = 17.92%

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

#DB2137 (or 0xDB2137) is known color: Alizarin. HEX triplet: DB, 21 and 37. RGB value is (219,33,55). Sum of RGB (Red+Green+Blue) = 219+33+55=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2137 is #24DEC8. Grayscale: #5B5B5B. Windows color (decimal): -2416329 or 3613147. OLE color: 3613147.

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

Color convert

RGB 219 33 55 -
CMYK 0 0.85 0.75 0.14
HSL 352.9º 0.74% 0.49% -
HSV(B) 352.9º 0.85% 0.86% -
XYZ 30.45 16.42 5.18 -
YUV 91.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 219 33 55 0 0.85 0.75 0.14 352.9 0.74 0.49
Hex DB 21 37 0 55 4B E 161 4A 31
Octal 333 41 67 0 125 113 16 541 112 61
Binary 11011011 100001 110111 0 1010101 1001011 1110 101100001 1001010 110001

Color Harmonies of #DB2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2137

Black with #DB2137

Text Example


Text Example

White with #DB2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2137; }

 p { color: rgb(219,33,55); }

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

background-color css

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

 a { background-color: rgb(219,33,55); }

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

border-color css

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

 span { border-color: rgb(219,33,55); }

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