Html Css Color HEX #E70D10 Fire Engine Red

📋 copy color: '#E70D10'

red 231 ◦ green 13 ◦ blue 16

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

Shades of Fire Engine Red #E70D10

Tints of Fire Engine Red #E70D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 88.85%
G = 5%
B = 6.15%

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

#E70D10 (or 0xE70D10) is known color: Fire Engine Red. HEX triplet: E7, 0D and 10. RGB value is (231,13,16). Sum of RGB (Red+Green+Blue) = 231+13+16=260 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.85% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D10 is #18F2EF. Grayscale: #4E4E4E. Windows color (decimal): -1635056 or 1052135. OLE color: 1052135.

HSL color Cylindrical-coordinate representation of color #E70D10: hue angle of 359.17º 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 #E70D10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 13 16 -
CMYK 0 0.94 0.93 0.09
HSL 359.17º 0.89% 0.48% -
HSV(B) 359.17º 0.94% 0.91% -
XYZ 33.19 17.31 2.08 -
YUV 78.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 231 13 16 0 0.94 0.93 0.09 359.17 0.89 0.48
Hex E7 D 10 0 5E 5D 9 167 59 30
Octal 347 15 20 0 136 135 11 547 131 60
Binary 11100111 1101 10000 0 1011110 1011101 1001 101100111 1011001 110000

Color Harmonies of #E70D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D10

Black with #E70D10

Text Example


Text Example

White with #E70D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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