Html Css Color HEX #DB2736 Alizarin

📋 copy color: '#DB2736'

red 219 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #DB2736

Tints of Alizarin #DB2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 70.19%
G = 12.5%
B = 17.31%

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

#DB2736 (or 0xDB2736) is known color: Alizarin. HEX triplet: DB, 27 and 36. RGB value is (219,39,54). Sum of RGB (Red+Green+Blue) = 219+39+54=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2736 is #24D8C9. Grayscale: #5E5E5E. Windows color (decimal): -2414794 or 3549147. OLE color: 3549147.

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

Color convert

RGB 219 39 54 -
CMYK 0 0.82 0.75 0.14
HSL 355º 0.71% 0.51% -
HSV(B) 355º 0.82% 0.86% -
XYZ 30.6 16.78 5.12 -
YUV 94.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 219 39 54 0 0.82 0.75 0.14 355 0.71 0.51
Hex DB 27 36 0 52 4B E 163 47 33
Octal 333 47 66 0 122 113 16 543 107 63
Binary 11011011 100111 110110 0 1010010 1001011 1110 101100011 1000111 110011

Color Harmonies of #DB2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2736

Black with #DB2736

Text Example


Text Example

White with #DB2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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