Html Css Color HEX #EE0814 Fire Engine Red

📋 copy color: '#EE0814'

red 238 ◦ green 8 ◦ blue 20

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

Shades of Fire Engine Red #EE0814

Tints of Fire Engine Red #EE0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 89.47%
G = 3.01%
B = 7.52%

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

#EE0814 (or 0xEE0814) is known color: Fire Engine Red. HEX triplet: EE, 08 and 14. RGB value is (238,8,20). Sum of RGB (Red+Green+Blue) = 238+8+20=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0814 is #11F7EB. Grayscale: #4E4E4E. Windows color (decimal): -1177580 or 1313006. OLE color: 1313006.

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

Color convert

RGB 238 8 20 -
CMYK 0 0.97 0.92 0.07
HSL 356.87º 0.93% 0.48% -
HSV(B) 356.87º 0.97% 0.93% -
XYZ 35.47 18.4 2.34 -
YUV 78.14 95.2 242.02 -
System Red Green Blue C M Y K H S L
Decimal 238 8 20 0 0.97 0.92 0.07 356.87 0.93 0.48
Hex EE 8 14 0 61 5C 7 165 5D 30
Octal 356 10 24 0 141 134 7 545 135 60
Binary 11101110 1000 10100 0 1100001 1011100 111 101100101 1011101 110000

Color Harmonies of #EE0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0814

Black with #EE0814

Text Example


Text Example

White with #EE0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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