Html Css Color HEX #EE0F18 Fire Engine Red

📋 copy color: '#EE0F18'

red 238 ◦ green 15 ◦ blue 24

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

Shades of Fire Engine Red #EE0F18

Tints of Fire Engine Red #EE0F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 85.92%
G = 5.42%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0F18 (or 0xEE0F18) is known color: Fire Engine Red. HEX triplet: EE, 0F and 18. RGB value is (238,15,24). Sum of RGB (Red+Green+Blue) = 238+15+24=277 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.92% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0F18 is #11F0E7. Grayscale: #525252. Windows color (decimal): -1175784 or 1576942. OLE color: 1576942.

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

Color convert

RGB 238 15 24 -
CMYK 0 0.94 0.90 0.07
HSL 357.58º 0.88% 0.5% -
HSV(B) 357.58º 0.94% 0.93% -
XYZ 35.6 18.58 2.58 -
YUV 82.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 238 15 24 0 0.94 0.90 0.07 357.58 0.88 0.5
Hex EE F 18 0 5E 5A 7 166 58 32
Octal 356 17 30 0 136 132 7 546 130 62
Binary 11101110 1111 11000 0 1011110 1011010 111 101100110 1011000 110010

Color Harmonies of #EE0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F18

Black with #EE0F18

Text Example


Text Example

White with #EE0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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