Html Css Color HEX #E70E24 Fire Engine Red

📋 copy color: '#E70E24'

red 231 ◦ green 14 ◦ blue 36

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

Shades of Fire Engine Red #E70E24

Tints of Fire Engine Red #E70E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 82.21%
G = 4.98%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70E24 (or 0xE70E24) is known color: Fire Engine Red. HEX triplet: E7, 0E and 24. RGB value is (231,14,36). Sum of RGB (Red+Green+Blue) = 231+14+36=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70E24 is #18F1DB. Grayscale: #515151. Windows color (decimal): -1634780 or 2363111. OLE color: 2363111.

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

Color convert

RGB 231 14 36 -
CMYK 0 0.94 0.84 0.09
HSL 353.92º 0.89% 0.48% -
HSV(B) 353.92º 0.94% 0.91% -
XYZ 33.43 17.43 3.27 -
YUV 81.39 102.39 234.71 -
System Red Green Blue C M Y K H S L
Decimal 231 14 36 0 0.94 0.84 0.09 353.92 0.89 0.48
Hex E7 E 24 0 5E 54 9 162 59 30
Octal 347 16 44 0 136 124 11 542 131 60
Binary 11100111 1110 100100 0 1011110 1010100 1001 101100010 1011001 110000

Color Harmonies of #E70E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E24

Black with #E70E24

Text Example


Text Example

White with #E70E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E24; }

 p { color: rgb(231,14,36); }

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

background-color css

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

 a { background-color: rgb(231,14,36); }

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

border-color css

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

 span { border-color: rgb(231,14,36); }

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