Html Css Color HEX #E11215 Fire Engine Red

📋 copy color: '#E11215'

red 225 ◦ green 18 ◦ blue 21

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

Shades of Fire Engine Red #E11215

Tints of Fire Engine Red #E11215

RGB

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

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

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

R = 85.23%
G = 6.82%
B = 7.95%

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

#E11215 (or 0xE11215) is known color: Fire Engine Red. HEX triplet: E1, 12 and 15. RGB value is (225,18,21). Sum of RGB (Red+Green+Blue) = 225+18+21=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E11215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11215 is #1EEDEA. Grayscale: #505050. Windows color (decimal): -2026987 or 1381089. OLE color: 1381089.

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

Color convert

RGB 225 18 21 -
CMYK 0 0.92 0.91 0.12
HSL 359.13º 0.85% 0.48% -
HSV(B) 359.13º 0.92% 0.88% -
XYZ 31.4 16.49 2.24 -
YUV 80.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 225 18 21 0 0.92 0.91 0.12 359.13 0.85 0.48
Hex E1 12 15 0 5C 5B C 167 55 30
Octal 341 22 25 0 134 133 14 547 125 60
Binary 11100001 10010 10101 0 1011100 1011011 1100 101100111 1010101 110000

Color Harmonies of #E11215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11215

Black with #E11215

Text Example


Text Example

White with #E11215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11215; }

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

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

background-color css

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

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

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

border-color css

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

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

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