Html Css Color HEX #EE181A Fire Engine Red

📋 copy color: '#EE181A'

red 238 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #EE181A

Tints of Fire Engine Red #EE181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 82.64%
G = 8.33%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE181A (or 0xEE181A) is known color: Fire Engine Red. HEX triplet: EE, 18 and 1A. RGB value is (238,24,26). Sum of RGB (Red+Green+Blue) = 238+24+26=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE181A is #11E7E5. Grayscale: #585858. Windows color (decimal): -1173478 or 1710318. OLE color: 1710318.

HSL color Cylindrical-coordinate representation of color #EE181A: hue angle of 359.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE181A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 26 -
CMYK 0 0.90 0.89 0.07
HSL 359.44º 0.86% 0.51% -
HSV(B) 359.44º 0.9% 0.93% -
XYZ 35.77 18.9 2.74 -
YUV 88.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 238 24 26 0 0.90 0.89 0.07 359.44 0.86 0.51
Hex EE 18 1A 0 5A 59 7 167 56 33
Octal 356 30 32 0 132 131 7 547 126 63
Binary 11101110 11000 11010 0 1011010 1011001 111 101100111 1010110 110011

Color Harmonies of #EE181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE181A

Black with #EE181A

Text Example


Text Example

White with #EE181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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