Html Css Color HEX #DB2136 Alizarin

📋 copy color: '#DB2136'

red 219 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #DB2136

Tints of Alizarin #DB2136

RGB

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

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

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

R = 71.57%
G = 10.78%
B = 17.65%

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

#DB2136 (or 0xDB2136) is known color: Alizarin. HEX triplet: DB, 21 and 36. RGB value is (219,33,54). Sum of RGB (Red+Green+Blue) = 219+33+54=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2136 is #24DEC9. Grayscale: #5B5B5B. Windows color (decimal): -2416330 or 3547611. OLE color: 3547611.

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

Color convert

RGB 219 33 54 -
CMYK 0 0.85 0.75 0.14
HSL 353.23º 0.74% 0.49% -
HSV(B) 353.23º 0.85% 0.86% -
XYZ 30.42 16.41 5.05 -
YUV 91.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 219 33 54 0 0.85 0.75 0.14 353.23 0.74 0.49
Hex DB 21 36 0 55 4B E 161 4A 31
Octal 333 41 66 0 125 113 16 541 112 61
Binary 11011011 100001 110110 0 1010101 1001011 1110 101100001 1001010 110001

Color Harmonies of #DB2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2136

Black with #DB2136

Text Example


Text Example

White with #DB2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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