#ED0A13

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

Shades of Fire Engine Red #ED0A13

Tints of Fire Engine Red #ED0A13

Color information

#ED0A13 (or 0xED0A13) is unknown color: approx Fire Engine Red. HEX triplet: ED, 0A and 13. RGB value is (237,10,19). Sum of RGB (Red+Green+Blue) = 237+10+19=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0A13 is #12F5EC. Grayscale: #4F4F4F. Windows color (decimal): -1242605 or 1247981. OLE color: 1247981.

HSL color Cylindrical-coordinate representation of color #ED0A13: hue angle of 357.62º 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 #ED0A13 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2371019-
CMYK00.960.920.07
HSL357.62º91.9%48.43%-
HSV(B)357.62º95.78%92.94%-
XYZ35.1518.272.29-
YUV78.994.21240.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 89.10%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 19 (7.81% from 255) = 7.14%
R=89.10%
G=3.76%
B=7.14%

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
Decimal237101900.960.920.07357.6291.948.43
HexEDA130605C71665c30
Octal35512230140134754613460
Binary111011011010100110110000010111001111011001101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0A13; }

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

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

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

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

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

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

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

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