Html Css Color HEX #EE0815 Fire Engine Red

📋 copy color: '#EE0815'

red 238 ◦ green 8 ◦ blue 21

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

Shades of Fire Engine Red #EE0815

Tints of Fire Engine Red #EE0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 89.14%
G = 3%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE0815 (or 0xEE0815) is known color: Fire Engine Red. HEX triplet: EE, 08 and 15. RGB value is (238,8,21). Sum of RGB (Red+Green+Blue) = 238+8+21=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0815 is #11F7EA. Grayscale: #4E4E4E. Windows color (decimal): -1177579 or 1378542. OLE color: 1378542.

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

Color convert

RGB 238 8 21 -
CMYK 0 0.97 0.91 0.07
HSL 356.61º 0.93% 0.48% -
HSV(B) 356.61º 0.97% 0.93% -
XYZ 35.48 18.4 2.39 -
YUV 78.25 95.7 241.94 -
System Red Green Blue C M Y K H S L
Decimal 238 8 21 0 0.97 0.91 0.07 356.61 0.93 0.48
Hex EE 8 15 0 61 5B 7 165 5D 30
Octal 356 10 25 0 141 133 7 545 135 60
Binary 11101110 1000 10101 0 1100001 1011011 111 101100101 1011101 110000

Color Harmonies of #EE0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0815

Black with #EE0815

Text Example


Text Example

White with #EE0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0815; }

 p { color: rgb(238,8,21); }

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

background-color css

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

 a { background-color: rgb(238,8,21); }

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

border-color css

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

 span { border-color: rgb(238,8,21); }

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