Html Css Color HEX #EE0813 Fire Engine Red

📋 copy color: '#EE0813'

red 238 ◦ green 8 ◦ blue 19

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

Shades of Fire Engine Red #EE0813

Tints of Fire Engine Red #EE0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 89.81%
G = 3.02%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE0813 (or 0xEE0813) is known color: Fire Engine Red. HEX triplet: EE, 08 and 13. RGB value is (238,8,19). Sum of RGB (Red+Green+Blue) = 238+8+19=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0813 is #11F7EC. Grayscale: #4E4E4E. Windows color (decimal): -1177581 or 1247470. OLE color: 1247470.

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

Color convert

RGB 238 8 19 -
CMYK 0 0.97 0.92 0.07
HSL 357.13º 0.93% 0.48% -
HSV(B) 357.13º 0.97% 0.93% -
XYZ 35.46 18.4 2.3 -
YUV 78.02 94.7 242.11 -
System Red Green Blue C M Y K H S L
Decimal 238 8 19 0 0.97 0.92 0.07 357.13 0.93 0.48
Hex EE 8 13 0 61 5C 7 165 5D 30
Octal 356 10 23 0 141 134 7 545 135 60
Binary 11101110 1000 10011 0 1100001 1011100 111 101100101 1011101 110000

Color Harmonies of #EE0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0813

Black with #EE0813

Text Example


Text Example

White with #EE0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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