#EE0712

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

Shades of Fire Engine Red #EE0712

Tints of Fire Engine Red #EE0712

Color information

#EE0712 (or 0xEE0712) is unknown color: approx Fire Engine Red. HEX triplet: EE, 07 and 12. RGB value is (238,7,18). Sum of RGB (Red+Green+Blue) = 238+7+18=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0712 is #11F8ED. Grayscale: #4D4D4D. Windows color (decimal): -1177838 or 1181678. OLE color: 1181678.

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

Color convert

RGB238718-
CMYK00.970.920.07
HSL357.14º94.29%48.04%-
HSV(B)357.14º97.06%93.33%-
XYZ35.4518.372.25-
YUV77.3294.53242.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 90.49%
GREEN value IS 7 (3.12% from 255) = 2.66%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=90.49%
G=2.66%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23871800.970.920.07357.1494.2948.04
HexEE7120615C71655e30
Octal3567220141134754513660
Binary11101110111100100110000110111001111011001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0712; }

 p { color: rgb(238,7,18); }

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

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

 a { background-color: rgb(238,7,18); }

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

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

 span { border-color: rgb(238,7,18); }

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