#DB0520

Color #DB0520 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DB0520

Tints of Fire Engine Red #DB0520

Color information

#DB0520 (or 0xDB0520) is unknown color: approx Fire Engine Red. HEX triplet: DB, 05 and 20. RGB value is (219,5,32). Sum of RGB (Red+Green+Blue) = 219+5+32=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0520 is #24FADF. Grayscale: #484848. Windows color (decimal): -2423520 or 2098651. OLE color: 2098651.

HSL color Cylindrical-coordinate representation of color #DB0520: hue angle of 352.43º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0520 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB219532-
CMYK00.980.850.14
HSL352.43º95.54%43.92%-
HSV(B)352.43º97.72%85.88%-
XYZ29.5315.272.76-
YUV72.06105.4232.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 85.55%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=85.55%
G=1.95%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21953200.980.850.14352.4395.5443.92
HexDB52006255E160602c
Octal33354001421251654014054
Binary1101101110110000001100010101010111101011000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0520; }

 p { color: rgb(219,5,32); }

 H1.HeaderClassName
 {
   color: #DB0520;
 }
 .AnyTagClassName
 {
   color: #DB0520;
 }
</style>
background-color css

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

 a { background-color: rgb(219,5,32); }

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

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

 span { border-color: rgb(219,5,32); }

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