Html Css Color HEX #DB3137 Alizarin

📋 copy color: '#DB3137'

red 219 ◦ green 49 ◦ blue 55

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

Shades of Alizarin #DB3137

Tints of Alizarin #DB3137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 67.8%
G = 15.17%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB3137 (or 0xDB3137) is known color: Alizarin. HEX triplet: DB, 31 and 37. RGB value is (219,49,55). Sum of RGB (Red+Green+Blue) = 219+49+55=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3137 is #24CEC8. Grayscale: #646464. Windows color (decimal): -2412233 or 3617243. OLE color: 3617243.

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

Color convert

RGB 219 49 55 -
CMYK 0 0.78 0.75 0.14
HSL 357.88º 0.7% 0.53% -
HSV(B) 357.88º 0.78% 0.86% -
XYZ 31 17.53 5.36 -
YUV 100.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 219 49 55 0 0.78 0.75 0.14 357.88 0.7 0.53
Hex DB 31 37 0 4E 4B E 166 46 35
Octal 333 61 67 0 116 113 16 546 106 65
Binary 11011011 110001 110111 0 1001110 1001011 1110 101100110 1000110 110101

Color Harmonies of #DB3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3137

Black with #DB3137

Text Example


Text Example

White with #DB3137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3137; }

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

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

background-color css

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

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

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

border-color css

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

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

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