Html Css Color HEX #E31115 Fire Engine Red

📋 copy color: '#E31115'

red 227 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #E31115

Tints of Fire Engine Red #E31115

RGB

 RED value IS 227 (89.06% from 255) = 85.66%

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

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

R = 85.66%
G = 6.42%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E31115 (or 0xE31115) is known color: Fire Engine Red. HEX triplet: E3, 11 and 15. RGB value is (227,17,21). Sum of RGB (Red+Green+Blue) = 227+17+21=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E31115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31115 is #1CEEEA. Grayscale: #505050. Windows color (decimal): -1896171 or 1380835. OLE color: 1380835.

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

Color convert

RGB 227 17 21 -
CMYK 0 0.93 0.91 0.11
HSL 358.86º 0.86% 0.48% -
HSV(B) 358.86º 0.93% 0.89% -
XYZ 32.01 16.79 2.26 -
YUV 80.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 227 17 21 0 0.93 0.91 0.11 358.86 0.86 0.48
Hex E3 11 15 0 5D 5B B 167 56 30
Octal 343 21 25 0 135 133 13 547 126 60
Binary 11100011 10001 10101 0 1011101 1011011 1011 101100111 1010110 110000

Color Harmonies of #E31115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31115

Black with #E31115

Text Example


Text Example

White with #E31115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31115; }

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

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

background-color css

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

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

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

border-color css

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

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

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