Html Css Color HEX #EE0A0F Fire Engine Red

📋 copy color: '#EE0A0F'

red 238 ◦ green 10 ◦ blue 15

#EE0A0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #EE0A0F

Tints of Fire Engine Red #EE0A0F

RGB

 RED value IS 238 (93.36% from 255) = 90.49%

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 90.49%
G = 3.8%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE0A0F (or 0xEE0A0F) is known color: Fire Engine Red. HEX triplet: EE, 0A and 0F. RGB value is (238,10,15). Sum of RGB (Red+Green+Blue) = 238+10+15=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A0F is #11F5F0. Grayscale: #4E4E4E. Windows color (decimal): -1177073 or 985838. OLE color: 985838.

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

Color convert

RGB 238 10 15 -
CMYK 0 0.96 0.94 0.07
HSL 358.68º 0.92% 0.49% -
HSV(B) 358.68º 0.96% 0.93% -
XYZ 35.45 18.43 2.14 -
YUV 78.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 238 10 15 0 0.96 0.94 0.07 358.68 0.92 0.49
Hex EE A F 0 60 5E 7 167 5C 31
Octal 356 12 17 0 140 136 7 547 134 61
Binary 11101110 1010 1111 0 1100000 1011110 111 101100111 1011100 110001

Color Harmonies of #EE0A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A0F

Black with #EE0A0F

Text Example


Text Example

White with #EE0A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A0F; }

 p { color: rgb(238,10,15); }

 H1.HeaderClassName
 {
   color: #EE0A0F;
 }
 .AnyTagClassName
 {
   color: #EE0A0F;
 }
</style>

background-color css

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

 a { background-color: rgb(238,10,15); }

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

border-color css

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

 span { border-color: rgb(238,10,15); }

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