Html Css Color HEX #EE1218 Fire Engine Red

📋 copy color: '#EE1218'

red 238 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #EE1218

Tints of Fire Engine Red #EE1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 85%
G = 6.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE1218 (or 0xEE1218) is known color: Fire Engine Red. HEX triplet: EE, 12 and 18. RGB value is (238,18,24). Sum of RGB (Red+Green+Blue) = 238+18+24=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1218 is #11EDE7. Grayscale: #545454. Windows color (decimal): -1175016 or 1577710. OLE color: 1577710.

HSL color Cylindrical-coordinate representation of color #EE1218: hue angle of 358.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1218 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 24 -
CMYK 0 0.92 0.90 0.07
HSL 358.36º 0.87% 0.5% -
HSV(B) 358.36º 0.92% 0.93% -
XYZ 35.64 18.68 2.59 -
YUV 84.46 93.89 237.51 -
System Red Green Blue C M Y K H S L
Decimal 238 18 24 0 0.92 0.90 0.07 358.36 0.87 0.5
Hex EE 12 18 0 5C 5A 7 166 57 32
Octal 356 22 30 0 134 132 7 546 127 62
Binary 11101110 10010 11000 0 1011100 1011010 111 101100110 1010111 110010

Color Harmonies of #EE1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1218

Black with #EE1218

Text Example


Text Example

White with #EE1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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