Html Css Color HEX #DB2336 Alizarin

📋 copy color: '#DB2336'

red 219 ◦ green 35 ◦ blue 54

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

Shades of Alizarin #DB2336

Tints of Alizarin #DB2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

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

R = 71.1%
G = 11.36%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB2336 (or 0xDB2336) is known color: Alizarin. HEX triplet: DB, 23 and 36. RGB value is (219,35,54). Sum of RGB (Red+Green+Blue) = 219+35+54=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2336 is #24DCC9. Grayscale: #5C5C5C. Windows color (decimal): -2415818 or 3548123. OLE color: 3548123.

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

Color convert

RGB 219 35 54 -
CMYK 0 0.84 0.75 0.14
HSL 353.8º 0.72% 0.5% -
HSV(B) 353.8º 0.84% 0.86% -
XYZ 30.48 16.53 5.07 -
YUV 92.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 219 35 54 0 0.84 0.75 0.14 353.8 0.72 0.5
Hex DB 23 36 0 54 4B E 162 48 32
Octal 333 43 66 0 124 113 16 542 110 62
Binary 11011011 100011 110110 0 1010100 1001011 1110 101100010 1001000 110010

Color Harmonies of #DB2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2336

Black with #DB2336

Text Example


Text Example

White with #DB2336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2336; }

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

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

background-color css

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

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

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

border-color css

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

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

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