Html Css Color HEX #DB3034 Alizarin

📋 copy color: '#DB3034'

red 219 ◦ green 48 ◦ blue 52

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

Shades of Alizarin #DB3034

Tints of Alizarin #DB3034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 68.65%
G = 15.05%
B = 16.3%

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

#DB3034 (or 0xDB3034) is known color: Alizarin. HEX triplet: DB, 30 and 34. RGB value is (219,48,52). Sum of RGB (Red+Green+Blue) = 219+48+52=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3034 is #24CFCB. Grayscale: #636363. Windows color (decimal): -2412492 or 3420379. OLE color: 3420379.

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

Color convert

RGB 219 48 52 -
CMYK 0 0.78 0.76 0.14
HSL 358.6º 0.7% 0.52% -
HSV(B) 358.6º 0.78% 0.86% -
XYZ 30.89 17.42 4.98 -
YUV 99.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 219 48 52 0 0.78 0.76 0.14 358.6 0.7 0.52
Hex DB 30 34 0 4E 4C E 167 46 34
Octal 333 60 64 0 116 114 16 547 106 64
Binary 11011011 110000 110100 0 1001110 1001100 1110 101100111 1000110 110100

Color Harmonies of #DB3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3034

Black with #DB3034

Text Example


Text Example

White with #DB3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3034; }

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

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

background-color css

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

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

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

border-color css

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

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

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