Html Css Color HEX #EE0812 Fire Engine Red

📋 copy color: '#EE0812'

red 238 ◦ green 8 ◦ blue 18

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

Shades of Fire Engine Red #EE0812

Tints of Fire Engine Red #EE0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 90.15%
G = 3.03%
B = 6.82%

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

#EE0812 (or 0xEE0812) is known color: Fire Engine Red. HEX triplet: EE, 08 and 12. RGB value is (238,8,18). Sum of RGB (Red+Green+Blue) = 238+8+18=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0812 is #11F7ED. Grayscale: #4E4E4E. Windows color (decimal): -1177582 or 1181934. OLE color: 1181934.

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

Color convert

RGB 238 8 18 -
CMYK 0 0.97 0.92 0.07
HSL 357.39º 0.93% 0.48% -
HSV(B) 357.39º 0.97% 0.93% -
XYZ 35.46 18.39 2.25 -
YUV 77.91 94.2 242.19 -
System Red Green Blue C M Y K H S L
Decimal 238 8 18 0 0.97 0.92 0.07 357.39 0.93 0.48
Hex EE 8 12 0 61 5C 7 165 5D 30
Octal 356 10 22 0 141 134 7 545 135 60
Binary 11101110 1000 10010 0 1100001 1011100 111 101100101 1011101 110000

Color Harmonies of #EE0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0812

Black with #EE0812

Text Example


Text Example

White with #EE0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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