Html Css Color HEX #EE0C16 Fire Engine Red

📋 copy color: '#EE0C16'

red 238 ◦ green 12 ◦ blue 22

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

Shades of Fire Engine Red #EE0C16

Tints of Fire Engine Red #EE0C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 87.5%
G = 4.41%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE0C16 (or 0xEE0C16) is known color: Fire Engine Red. HEX triplet: EE, 0C and 16. RGB value is (238,12,22). Sum of RGB (Red+Green+Blue) = 238+12+22=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0C16 is #11F3E9. Grayscale: #505050. Windows color (decimal): -1176554 or 1445102. OLE color: 1445102.

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

Color convert

RGB 238 12 22 -
CMYK 0 0.95 0.91 0.07
HSL 357.35º 0.9% 0.49% -
HSV(B) 357.35º 0.95% 0.93% -
XYZ 35.54 18.5 2.46 -
YUV 80.71 94.87 240.19 -
System Red Green Blue C M Y K H S L
Decimal 238 12 22 0 0.95 0.91 0.07 357.35 0.9 0.49
Hex EE C 16 0 5F 5B 7 165 5A 31
Octal 356 14 26 0 137 133 7 545 132 61
Binary 11101110 1100 10110 0 1011111 1011011 111 101100101 1011010 110001

Color Harmonies of #EE0C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C16

Black with #EE0C16

Text Example


Text Example

White with #EE0C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C16; }

 p { color: rgb(238,12,22); }

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

background-color css

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

 a { background-color: rgb(238,12,22); }

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

border-color css

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

 span { border-color: rgb(238,12,22); }

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