Html Css Color HEX #EE0910 Fire Engine Red

📋 copy color: '#EE0910'

red 238 ◦ green 9 ◦ blue 16

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

Shades of Fire Engine Red #EE0910

Tints of Fire Engine Red #EE0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 90.49%
G = 3.42%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE0910 (or 0xEE0910) is known color: Fire Engine Red. HEX triplet: EE, 09 and 10. RGB value is (238,9,16). Sum of RGB (Red+Green+Blue) = 238+9+16=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0910 is #11F6EF. Grayscale: #4E4E4E. Windows color (decimal): -1177328 or 1051118. OLE color: 1051118.

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

Color convert

RGB 238 9 16 -
CMYK 0 0.96 0.93 0.07
HSL 358.17º 0.93% 0.48% -
HSV(B) 358.17º 0.96% 0.93% -
XYZ 35.45 18.41 2.18 -
YUV 78.27 92.87 241.93 -
System Red Green Blue C M Y K H S L
Decimal 238 9 16 0 0.96 0.93 0.07 358.17 0.93 0.48
Hex EE 9 10 0 60 5D 7 166 5D 30
Octal 356 11 20 0 140 135 7 546 135 60
Binary 11101110 1001 10000 0 1100000 1011101 111 101100110 1011101 110000

Color Harmonies of #EE0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0910

Black with #EE0910

Text Example


Text Example

White with #EE0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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