Html Css Color HEX #DB3040 Alizarin

📋 copy color: '#DB3040'

red 219 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #DB3040

Tints of Alizarin #DB3040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 66.16%
G = 14.5%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB3040 (or 0xDB3040) is known color: Alizarin. HEX triplet: DB, 30 and 40. RGB value is (219,48,64). Sum of RGB (Red+Green+Blue) = 219+48+64=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3040 is #24CFBF. Grayscale: #656565. Windows color (decimal): -2412480 or 4206811. OLE color: 4206811.

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

Color convert

RGB 219 48 64 -
CMYK 0 0.78 0.71 0.14
HSL 354.39º 0.7% 0.52% -
HSV(B) 354.39º 0.78% 0.86% -
XYZ 31.2 17.54 6.59 -
YUV 100.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 219 48 64 0 0.78 0.71 0.14 354.39 0.7 0.52
Hex DB 30 40 0 4E 47 E 162 46 34
Octal 333 60 100 0 116 107 16 542 106 64
Binary 11011011 110000 1000000 0 1001110 1000111 1110 101100010 1000110 110100

Color Harmonies of #DB3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3040

Black with #DB3040

Text Example


Text Example

White with #DB3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3040; }

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

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

background-color css

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

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

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

border-color css

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

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

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