Html Css Color HEX #EE191A Fire Engine Red

📋 copy color: '#EE191A'

red 238 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #EE191A

Tints of Fire Engine Red #EE191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 82.35%
G = 8.65%
B = 9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE191A (or 0xEE191A) is known color: Fire Engine Red. HEX triplet: EE, 19 and 1A. RGB value is (238,25,26). Sum of RGB (Red+Green+Blue) = 238+25+26=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE191A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE191A is #11E6E5. Grayscale: #595959. Windows color (decimal): -1173222 or 1710574. OLE color: 1710574.

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

Color convert

RGB 238 25 26 -
CMYK 0 0.89 0.89 0.07
HSL 359.72º 0.86% 0.52% -
HSV(B) 359.72º 0.89% 0.93% -
XYZ 35.79 18.95 2.75 -
YUV 88.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 238 25 26 0 0.89 0.89 0.07 359.72 0.86 0.52
Hex EE 19 1A 0 59 59 7 168 56 34
Octal 356 31 32 0 131 131 7 550 126 64
Binary 11101110 11001 11010 0 1011001 1011001 111 101101000 1010110 110100

Color Harmonies of #EE191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE191A

Black with #EE191A

Text Example


Text Example

White with #EE191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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