Html Css Color HEX #DB3337 Alizarin

📋 copy color: '#DB3337'

red 219 ◦ green 51 ◦ blue 55

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

Shades of Alizarin #DB3337

Tints of Alizarin #DB3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 55 (21.88% from 255) = 16.92%

R = 67.38%
G = 15.69%
B = 16.92%

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

#DB3337 (or 0xDB3337) is known color: Alizarin. HEX triplet: DB, 33 and 37. RGB value is (219,51,55). Sum of RGB (Red+Green+Blue) = 219+51+55=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3337 is #24CCC8. Grayscale: #656565. Windows color (decimal): -2411721 or 3617755. OLE color: 3617755.

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

Color convert

RGB 219 51 55 -
CMYK 0 0.77 0.75 0.14
HSL 358.57º 0.7% 0.53% -
HSV(B) 358.57º 0.77% 0.86% -
XYZ 31.09 17.7 5.39 -
YUV 101.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 219 51 55 0 0.77 0.75 0.14 358.57 0.7 0.53
Hex DB 33 37 0 4D 4B E 167 46 35
Octal 333 63 67 0 115 113 16 547 106 65
Binary 11011011 110011 110111 0 1001101 1001011 1110 101100111 1000110 110101

Color Harmonies of #DB3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3337

Black with #DB3337

Text Example


Text Example

White with #DB3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3337; }

 p { color: rgb(219,51,55); }

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

background-color css

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

 a { background-color: rgb(219,51,55); }

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

border-color css

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

 span { border-color: rgb(219,51,55); }

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