#ED0A12

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

Shades of Fire Engine Red #ED0A12

Tints of Fire Engine Red #ED0A12

Color information

#ED0A12 (or 0xED0A12) is unknown color: approx Fire Engine Red. HEX triplet: ED, 0A and 12. RGB value is (237,10,18). Sum of RGB (Red+Green+Blue) = 237+10+18=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0A12 is #12F5ED. Grayscale: #4E4E4E. Windows color (decimal): -1242606 or 1182445. OLE color: 1182445.

HSL color Cylindrical-coordinate representation of color #ED0A12: hue angle of 357.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A12 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2371018-
CMYK00.960.920.07
HSL357.89º91.9%48.43%-
HSV(B)357.89º95.78%92.94%-
XYZ35.1418.272.25-
YUV78.7993.71240.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 89.43%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=89.43%
G=3.77%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237101800.960.920.07357.8991.948.43
HexEDA120605C71665c30
Octal35512220140134754613460
Binary111011011010100100110000010111001111011001101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0A12; }

 p { color: rgb(237,10,18); }

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

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

 a { background-color: rgb(237,10,18); }

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

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

 span { border-color: rgb(237,10,18); }

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