#DB1415

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

Shades of Fire Engine Red #DB1415

Tints of Fire Engine Red #DB1415

Color information

#DB1415 (or 0xDB1415) is unknown color: approx Fire Engine Red. HEX triplet: DB, 14 and 15. RGB value is (219,20,21). Sum of RGB (Red+Green+Blue) = 219+20+21=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1415 is #24EBEA. Grayscale: #4F4F4F. Windows color (decimal): -2419691 or 1381595. OLE color: 1381595.

HSL color Cylindrical-coordinate representation of color #DB1415: hue angle of 359.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1415 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB2192021-
CMYK00.910.900.14
HSL359.7º83.26%46.86%-
HSV(B)359.7º90.87%85.88%-
XYZ29.615.612.16-
YUV79.6194.93227.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 84.23%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 21 (8.59% from 255) = 8.08%
R=84.23%
G=7.69%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219202100.910.900.14359.783.2646.86
HexDB141505B5AE168532f
Octal333242501331321655012357
Binary11011011101001010101011011101101011101011010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1415; }

 p { color: rgb(219,20,21); }

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

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

 a { background-color: rgb(219,20,21); }

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

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

 span { border-color: rgb(219,20,21); }

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