Html Css Color HEX #DB3236 Alizarin

📋 copy color: '#DB3236'

red 219 ◦ green 50 ◦ blue 54

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

Shades of Alizarin #DB3236

Tints of Alizarin #DB3236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

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

R = 67.8%
G = 15.48%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB3236 (or 0xDB3236) is known color: Alizarin. HEX triplet: DB, 32 and 36. RGB value is (219,50,54). Sum of RGB (Red+Green+Blue) = 219+50+54=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3236 is #24CDC9. Grayscale: #656565. Windows color (decimal): -2411978 or 3551963. OLE color: 3551963.

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

Color convert

RGB 219 50 54 -
CMYK 0 0.77 0.75 0.14
HSL 358.58º 0.7% 0.53% -
HSV(B) 358.58º 0.77% 0.86% -
XYZ 31.02 17.61 5.25 -
YUV 100.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 219 50 54 0 0.77 0.75 0.14 358.58 0.7 0.53
Hex DB 32 36 0 4D 4B E 167 46 35
Octal 333 62 66 0 115 113 16 547 106 65
Binary 11011011 110010 110110 0 1001101 1001011 1110 101100111 1000110 110101

Color Harmonies of #DB3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3236

Black with #DB3236

Text Example


Text Example

White with #DB3236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3236; }

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

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

background-color css

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

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

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

border-color css

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

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

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