Html Css Color HEX #E11115 Fire Engine Red

📋 copy color: '#E11115'

red 225 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #E11115

Tints of Fire Engine Red #E11115

RGB

 RED value IS 225 (88.28% from 255) = 85.55%

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 85.55%
G = 6.46%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E11115 (or 0xE11115) is known color: Fire Engine Red. HEX triplet: E1, 11 and 15. RGB value is (225,17,21). Sum of RGB (Red+Green+Blue) = 225+17+21=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E11115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11115 is #1EEEEA. Grayscale: #4F4F4F. Windows color (decimal): -2027243 or 1380833. OLE color: 1380833.

HSL color Cylindrical-coordinate representation of color #E11115: hue angle of 358.85º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11115 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 21 -
CMYK 0 0.92 0.91 0.12
HSL 358.85º 0.86% 0.47% -
HSV(B) 358.85º 0.92% 0.88% -
XYZ 31.39 16.46 2.23 -
YUV 79.65 94.91 231.67 -
System Red Green Blue C M Y K H S L
Decimal 225 17 21 0 0.92 0.91 0.12 358.85 0.86 0.47
Hex E1 11 15 0 5C 5B C 167 56 2F
Octal 341 21 25 0 134 133 14 547 126 57
Binary 11100001 10001 10101 0 1011100 1011011 1100 101100111 1010110 101111

Color Harmonies of #E11115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11115

Black with #E11115

Text Example


Text Example

White with #E11115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11115; }

 p { color: rgb(225,17,21); }

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

background-color css

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

 a { background-color: rgb(225,17,21); }

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

border-color css

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

 span { border-color: rgb(225,17,21); }

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