Html Css Color HEX #DB2837 Alizarin

📋 copy color: '#DB2837'

red 219 ◦ green 40 ◦ blue 55

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

Shades of Alizarin #DB2837

Tints of Alizarin #DB2837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 69.75%
G = 12.74%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB2837 (or 0xDB2837) is known color: Alizarin. HEX triplet: DB, 28 and 37. RGB value is (219,40,55). Sum of RGB (Red+Green+Blue) = 219+40+55=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2837 is #24D7C8. Grayscale: #5F5F5F. Windows color (decimal): -2414537 or 3614939. OLE color: 3614939.

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

Color convert

RGB 219 40 55 -
CMYK 0 0.82 0.75 0.14
HSL 354.97º 0.71% 0.51% -
HSV(B) 354.97º 0.82% 0.86% -
XYZ 30.66 16.85 5.25 -
YUV 95.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 219 40 55 0 0.82 0.75 0.14 354.97 0.71 0.51
Hex DB 28 37 0 52 4B E 163 47 33
Octal 333 50 67 0 122 113 16 543 107 63
Binary 11011011 101000 110111 0 1010010 1001011 1110 101100011 1000111 110011

Color Harmonies of #DB2837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2837

Black with #DB2837

Text Example


Text Example

White with #DB2837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2837; }

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

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

background-color css

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

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

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

border-color css

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

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

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