Html Css Color HEX #E01115 Fire Engine Red

📋 copy color: '#E01115'

red 224 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #E01115

Tints of Fire Engine Red #E01115

RGB

 RED value IS 224 (87.89% from 255) = 85.5%

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

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

R = 85.5%
G = 6.49%
B = 8.02%

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

#E01115 (or 0xE01115) is known color: Fire Engine Red. HEX triplet: E0, 11 and 15. RGB value is (224,17,21). Sum of RGB (Red+Green+Blue) = 224+17+21=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E01115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01115 is #1FEEEA. Grayscale: #4F4F4F. Windows color (decimal): -2092779 or 1380832. OLE color: 1380832.

HSL color Cylindrical-coordinate representation of color #E01115: hue angle of 358.84º 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 #E01115 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 21 -
CMYK 0 0.92 0.91 0.12
HSL 358.84º 0.86% 0.47% -
HSV(B) 358.84º 0.92% 0.88% -
XYZ 31.08 16.3 2.22 -
YUV 79.35 95.08 231.17 -
System Red Green Blue C M Y K H S L
Decimal 224 17 21 0 0.92 0.91 0.12 358.84 0.86 0.47
Hex E0 11 15 0 5C 5B C 167 56 2F
Octal 340 21 25 0 134 133 14 547 126 57
Binary 11100000 10001 10101 0 1011100 1011011 1100 101100111 1010110 101111

Color Harmonies of #E01115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01115

Black with #E01115

Text Example


Text Example

White with #E01115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01115; }

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

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

background-color css

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

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

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

border-color css

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

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

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