Html Css Color HEX #DB3036 Alizarin

📋 copy color: '#DB3036'

red 219 ◦ green 48 ◦ blue 54

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

Shades of Alizarin #DB3036

Tints of Alizarin #DB3036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 68.22%
G = 14.95%
B = 16.82%

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

#DB3036 (or 0xDB3036) is known color: Alizarin. HEX triplet: DB, 30 and 36. RGB value is (219,48,54). Sum of RGB (Red+Green+Blue) = 219+48+54=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3036 is #24CFC9. Grayscale: #636363. Windows color (decimal): -2412490 or 3551451. OLE color: 3551451.

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

Color convert

RGB 219 48 54 -
CMYK 0 0.78 0.75 0.14
HSL 357.89º 0.7% 0.52% -
HSV(B) 357.89º 0.78% 0.86% -
XYZ 30.94 17.44 5.23 -
YUV 99.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 219 48 54 0 0.78 0.75 0.14 357.89 0.7 0.52
Hex DB 30 36 0 4E 4B E 166 46 34
Octal 333 60 66 0 116 113 16 546 106 64
Binary 11011011 110000 110110 0 1001110 1001011 1110 101100110 1000110 110100

Color Harmonies of #DB3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3036

Black with #DB3036

Text Example


Text Example

White with #DB3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3036; }

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

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

background-color css

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

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

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

border-color css

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

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

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