#ed0d18

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

Shades of Fire Engine Red #ED0D18

Tints of Fire Engine Red #ED0D18

Color information

#ED0D18 (or 0xED0D18) is unknown color: approx Fire Engine Red. HEX triplet: ED, 0D and 18. RGB value is (237,13,24). Sum of RGB (Red+Green+Blue) = 237+13+24=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0D18 is #12F2E7. Grayscale: #515151. Windows color (decimal): -1241832 or 1576429. OLE color: 1576429.

HSL color Cylindrical-coordinate representation of color #ED0D18: hue angle of 357.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0D18 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB2371324-
CMYK00.950.900.07
HSL357.05º89.6%49.02%-
HSV(B)357.05º94.51%92.94%-
XYZ35.2318.362.55-
YUV81.2395.71239.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 86.50%
GREEN value IS 13 (5.47% from 255) = 4.74%
BLUE value IS 24 (9.77% from 255) = 8.76%
R=86.50%
G=4.74%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237132400.950.900.07357.0589.649.02
HexEDD1805F5A71655a31
Octal35515300137132754513261
Binary111011011101110000101111110110101111011001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed0d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed0d18; }

 p { color: rgb(237,13,24); }

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

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

 a { background-color: rgb(237,13,24); }

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

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

 span { border-color: rgb(237,13,24); }

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