#D80E1E

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

Shades of Fire Engine Red #D80E1E

Tints of Fire Engine Red #D80E1E

Color information

#D80E1E (or 0xD80E1E) is unknown color: approx Fire Engine Red. HEX triplet: D8, 0E and 1E. RGB value is (216,14,30). Sum of RGB (Red+Green+Blue) = 216+14+30=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E1E is #27F1E1. Grayscale: #4C4C4C. Windows color (decimal): -2617826 or 1969880. OLE color: 1969880.

HSL color Cylindrical-coordinate representation of color #D80E1E: hue angle of 355.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80E1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2161430-
CMYK00.940.860.15
HSL355.25º87.83%45.1%-
HSV(B)355.25º93.52%84.71%-
XYZ28.7115.012.61-
YUV76.22101.92227.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 83.08%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=83.08%
G=5.38%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216143000.940.860.15355.2587.8345.1
HexD8E1E05E56F163582d
Octal330163601361261754313055
Binary1101100011101111001011110101011011111011000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80E1E; }

 p { color: rgb(216,14,30); }

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

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

 a { background-color: rgb(216,14,30); }

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

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

 span { border-color: rgb(216,14,30); }

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