#E8141D

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

Shades of Fire Engine Red #E8141D

Tints of Fire Engine Red #E8141D

Color information

#E8141D (or 0xE8141D) is unknown color: approx Fire Engine Red. HEX triplet: E8, 14 and 1D. RGB value is (232,20,29). Sum of RGB (Red+Green+Blue) = 232+20+29=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E8141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8141D is #17EBE2. Grayscale: #545454. Windows color (decimal): -1567715 or 1905896. OLE color: 1905896.

HSL color Cylindrical-coordinate representation of color #E8141D: hue angle of 357.45º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8141D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB2322029-
CMYK00.910.880.09
HSL357.45º84.13%49.41%-
HSV(B)357.45º91.38%90.98%-
XYZ33.7517.742.81-
YUV84.4196.74233.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 82.56%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 29 (11.72% from 255) = 10.32%
R=82.56%
G=7.12%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232202900.910.880.09357.4584.1349.41
HexE8141D05B5891655431
Octal350243501331301154512461
Binary11101000101001110101011011101100010011011001011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8141D; }

 p { color: rgb(232,20,29); }

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

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

 a { background-color: rgb(232,20,29); }

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

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

 span { border-color: rgb(232,20,29); }

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