Html Css Color HEX #EE1119 Fire Engine Red

📋 copy color: '#EE1119'

red 238 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #EE1119

Tints of Fire Engine Red #EE1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 85%
G = 6.07%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE1119 (or 0xEE1119) is known color: Fire Engine Red. HEX triplet: EE, 11 and 19. RGB value is (238,17,25). Sum of RGB (Red+Green+Blue) = 238+17+25=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1119 is #11EEE6. Grayscale: #545454. Windows color (decimal): -1175271 or 1642990. OLE color: 1642990.

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

Color convert

RGB 238 17 25 -
CMYK 0 0.93 0.89 0.07
HSL 357.83º 0.87% 0.5% -
HSV(B) 357.83º 0.93% 0.93% -
XYZ 35.64 18.65 2.64 -
YUV 83.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 238 17 25 0 0.93 0.89 0.07 357.83 0.87 0.5
Hex EE 11 19 0 5D 59 7 166 57 32
Octal 356 21 31 0 135 131 7 546 127 62
Binary 11101110 10001 11001 0 1011101 1011001 111 101100110 1010111 110010

Color Harmonies of #EE1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1119

Black with #EE1119

Text Example


Text Example

White with #EE1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1119; }

 p { color: rgb(238,17,25); }

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

background-color css

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

 a { background-color: rgb(238,17,25); }

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

border-color css

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

 span { border-color: rgb(238,17,25); }

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