Html Css Color HEX #E70D11 Fire Engine Red

📋 copy color: '#E70D11'

red 231 ◦ green 13 ◦ blue 17

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

Shades of Fire Engine Red #E70D11

Tints of Fire Engine Red #E70D11

RGB

 RED value IS 231 (90.63% from 255) = 88.51%

 GREEN value IS 13 (5.47% from 255) = 4.98%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 88.51%
G = 4.98%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70D11 (or 0xE70D11) is known color: Fire Engine Red. HEX triplet: E7, 0D and 11. RGB value is (231,13,17). Sum of RGB (Red+Green+Blue) = 231+13+17=261 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.51% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D11 is #18F2EE. Grayscale: #4E4E4E. Windows color (decimal): -1635055 or 1117671. OLE color: 1117671.

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

Color convert

RGB 231 13 17 -
CMYK 0 0.94 0.93 0.09
HSL 358.9º 0.89% 0.48% -
HSV(B) 358.9º 0.94% 0.91% -
XYZ 33.2 17.32 2.12 -
YUV 78.64 93.22 236.67 -
System Red Green Blue C M Y K H S L
Decimal 231 13 17 0 0.94 0.93 0.09 358.9 0.89 0.48
Hex E7 D 11 0 5E 5D 9 167 59 30
Octal 347 15 21 0 136 135 11 547 131 60
Binary 11100111 1101 10001 0 1011110 1011101 1001 101100111 1011001 110000

Color Harmonies of #E70D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D11

Black with #E70D11

Text Example


Text Example

White with #E70D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D11; }

 p { color: rgb(231,13,17); }

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

background-color css

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

 a { background-color: rgb(231,13,17); }

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

border-color css

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

 span { border-color: rgb(231,13,17); }

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