Html Css Color HEX #DB2836 Alizarin

📋 copy color: '#DB2836'

red 219 ◦ green 40 ◦ blue 54

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

Shades of Alizarin #DB2836

Tints of Alizarin #DB2836

RGB

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

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

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

R = 69.97%
G = 12.78%
B = 17.25%

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

#DB2836 (or 0xDB2836) is known color: Alizarin. HEX triplet: DB, 28 and 36. RGB value is (219,40,54). Sum of RGB (Red+Green+Blue) = 219+40+54=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2836 is #24D7C9. Grayscale: #5F5F5F. Windows color (decimal): -2414538 or 3549403. OLE color: 3549403.

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

Color convert

RGB 219 40 54 -
CMYK 0 0.82 0.75 0.14
HSL 355.31º 0.71% 0.51% -
HSV(B) 355.31º 0.82% 0.86% -
XYZ 30.64 16.84 5.13 -
YUV 95.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 219 40 54 0 0.82 0.75 0.14 355.31 0.71 0.51
Hex DB 28 36 0 52 4B E 163 47 33
Octal 333 50 66 0 122 113 16 543 107 63
Binary 11011011 101000 110110 0 1010010 1001011 1110 101100011 1000111 110011

Color Harmonies of #DB2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2836

Black with #DB2836

Text Example


Text Example

White with #DB2836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2836; }

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

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

background-color css

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

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

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

border-color css

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

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

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