Html Css Color HEX #DB3134 Alizarin

📋 copy color: '#DB3134'

red 219 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #DB3134

Tints of Alizarin #DB3134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 68.44%
G = 15.31%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3134 (or 0xDB3134) is known color: Alizarin. HEX triplet: DB, 31 and 34. RGB value is (219,49,52). Sum of RGB (Red+Green+Blue) = 219+49+52=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3134 is #24CECB. Grayscale: #646464. Windows color (decimal): -2412236 or 3420635. OLE color: 3420635.

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

Color convert

RGB 219 49 52 -
CMYK 0 0.78 0.76 0.14
HSL 358.94º 0.7% 0.53% -
HSV(B) 358.94º 0.78% 0.86% -
XYZ 30.93 17.5 5 -
YUV 100.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 219 49 52 0 0.78 0.76 0.14 358.94 0.7 0.53
Hex DB 31 34 0 4E 4C E 167 46 35
Octal 333 61 64 0 116 114 16 547 106 65
Binary 11011011 110001 110100 0 1001110 1001100 1110 101100111 1000110 110101

Color Harmonies of #DB3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3134

Black with #DB3134

Text Example


Text Example

White with #DB3134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3134; }

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

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

background-color css

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

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

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

border-color css

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

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

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