#E90D12

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

Shades of Fire Engine Red #E90D12

Tints of Fire Engine Red #E90D12

Color information

#E90D12 (or 0xE90D12) is unknown color: approx Fire Engine Red. HEX triplet: E9, 0D and 12. RGB value is (233,13,18). Sum of RGB (Red+Green+Blue) = 233+13+18=264 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.26% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90D12 is #16F2ED. Grayscale: #4F4F4F. Windows color (decimal): -1503982 or 1183209. OLE color: 1183209.

HSL color Cylindrical-coordinate representation of color #E90D12: hue angle of 358.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB2331318-
CMYK00.940.920.09
HSL358.64º89.43%48.24%-
HSV(B)358.64º94.42%91.37%-
XYZ33.8617.662.2-
YUV79.3593.39237.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 88.26%
GREEN value IS 13 (5.47% from 255) = 4.92%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=88.26%
G=4.92%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233131800.940.920.09358.6489.4348.24
HexE9D1205E5C91675930
Octal351152201361341154713160
Binary1110100111011001001011110101110010011011001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90D12; }

 p { color: rgb(233,13,18); }

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

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

 a { background-color: rgb(233,13,18); }

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

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

 span { border-color: rgb(233,13,18); }

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