#DB0F20

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

Shades of Fire Engine Red #DB0F20

Tints of Fire Engine Red #DB0F20

Color information

#DB0F20 (or 0xDB0F20) is unknown color: approx Fire Engine Red. HEX triplet: DB, 0F and 20. RGB value is (219,15,32). Sum of RGB (Red+Green+Blue) = 219+15+32=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F20 is #24F0DF. Grayscale: #4E4E4E. Windows color (decimal): -2420960 or 2101211. OLE color: 2101211.

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

Color convert

RGB2191532-
CMYK00.930.850.14
HSL355º87.18%45.88%-
HSV(B)355º93.15%85.88%-
XYZ29.6415.512.8-
YUV77.93102.09228.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 82.33%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=82.33%
G=5.64%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219153200.930.850.1435587.1845.88
HexDBF2005D55E163572e
Octal333174001351251654312756
Binary11011011111110000001011101101010111101011000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0F20; }

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

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

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

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

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

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

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

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