#DB182C

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

Shades of Fire Engine Red #DB182C

Tints of Fire Engine Red #DB182C

Color information

#DB182C (or 0xDB182C) is unknown color: approx Fire Engine Red. HEX triplet: DB, 18 and 2C. RGB value is (219,24,44). Sum of RGB (Red+Green+Blue) = 219+24+44=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB182C is #24E7D3. Grayscale: #545454. Windows color (decimal): -2418644 or 2889947. OLE color: 2889947.

HSL color Cylindrical-coordinate representation of color #DB182C: hue angle of 353.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB182C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB2192444-
CMYK00.890.800.14
HSL353.85º80.25%47.65%-
HSV(B)353.85º89.04%85.88%-
XYZ29.9915.93.87-
YUV84.58105.1223.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 76.31%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 44 (17.58% from 255) = 15.33%
R=76.31%
G=8.36%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219244400.890.800.14353.8580.2547.65
HexDB182C05950E1625030
Octal333305401311201654212060
Binary110110111100010110001011001101000011101011000101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB182C; }

 p { color: rgb(219,24,44); }

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

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

 a { background-color: rgb(219,24,44); }

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

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

 span { border-color: rgb(219,24,44); }

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