Html Css Color HEX #EE1011 Fire Engine Red

📋 copy color: '#EE1011'

red 238 ◦ green 16 ◦ blue 17

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

Shades of Fire Engine Red #EE1011

Tints of Fire Engine Red #EE1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 87.82%
G = 5.9%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE1011 (or 0xEE1011) is known color: Fire Engine Red. HEX triplet: EE, 10 and 11. RGB value is (238,16,17). Sum of RGB (Red+Green+Blue) = 238+16+17=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1011 is #11EFEE. Grayscale: #525252. Windows color (decimal): -1175535 or 1118446. OLE color: 1118446.

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

Color convert

RGB 238 16 17 -
CMYK 0 0.93 0.93 0.07
HSL 359.73º 0.87% 0.5% -
HSV(B) 359.73º 0.93% 0.93% -
XYZ 35.55 18.59 2.24 -
YUV 82.49 91.05 238.92 -
System Red Green Blue C M Y K H S L
Decimal 238 16 17 0 0.93 0.93 0.07 359.73 0.87 0.5
Hex EE 10 11 0 5D 5D 7 168 57 32
Octal 356 20 21 0 135 135 7 550 127 62
Binary 11101110 10000 10001 0 1011101 1011101 111 101101000 1010111 110010

Color Harmonies of #EE1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1011

Black with #EE1011

Text Example


Text Example

White with #EE1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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