#EE0715

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

Shades of Fire Engine Red #EE0715

Tints of Fire Engine Red #EE0715

Color information

#EE0715 (or 0xEE0715) is unknown color: approx Fire Engine Red. HEX triplet: EE, 07 and 15. RGB value is (238,7,21). Sum of RGB (Red+Green+Blue) = 238+7+21=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0715 is #11F8EA. Grayscale: #4D4D4D. Windows color (decimal): -1177835 or 1378286. OLE color: 1378286.

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

Color convert

RGB238721-
CMYK00.970.910.07
HSL356.36º94.29%48.04%-
HSV(B)356.36º97.06%93.33%-
XYZ35.4718.382.39-
YUV77.6696.03242.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 89.47%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=89.47%
G=2.63%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23872100.970.910.07356.3694.2948.04
HexEE7150615B71645e30
Octal3567250141133754413660
Binary11101110111101010110000110110111111011001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0715; }

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

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

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

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

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

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

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

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