Html Css Color HEX #DB3139 Alizarin

📋 copy color: '#DB3139'

red 219 ◦ green 49 ◦ blue 57

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

Shades of Alizarin #DB3139

Tints of Alizarin #DB3139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 67.38%
G = 15.08%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB3139 (or 0xDB3139) is known color: Alizarin. HEX triplet: DB, 31 and 39. RGB value is (219,49,57). Sum of RGB (Red+Green+Blue) = 219+49+57=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3139 is #24CEC6. Grayscale: #646464. Windows color (decimal): -2412231 or 3748315. OLE color: 3748315.

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

Color convert

RGB 219 49 57 -
CMYK 0 0.78 0.74 0.14
HSL 357.18º 0.7% 0.53% -
HSV(B) 357.18º 0.78% 0.86% -
XYZ 31.05 17.55 5.62 -
YUV 100.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 219 49 57 0 0.78 0.74 0.14 357.18 0.7 0.53
Hex DB 31 39 0 4E 4A E 165 46 35
Octal 333 61 71 0 116 112 16 545 106 65
Binary 11011011 110001 111001 0 1001110 1001010 1110 101100101 1000110 110101

Color Harmonies of #DB3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3139

Black with #DB3139

Text Example


Text Example

White with #DB3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3139; }

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

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

background-color css

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

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

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

border-color css

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

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

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