Html Css Color HEX #E70E1C Fire Engine Red

📋 copy color: '#E70E1C'

red 231 ◦ green 14 ◦ blue 28

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

Shades of Fire Engine Red #E70E1C

Tints of Fire Engine Red #E70E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 84.62%
G = 5.13%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E70E1C (or 0xE70E1C) is known color: Fire Engine Red. HEX triplet: E7, 0E and 1C. RGB value is (231,14,28). Sum of RGB (Red+Green+Blue) = 231+14+28=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70E1C is #18F1E3. Grayscale: #505050. Windows color (decimal): -1634788 or 1838823. OLE color: 1838823.

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

Color convert

RGB 231 14 28 -
CMYK 0 0.94 0.88 0.09
HSL 356.13º 0.89% 0.48% -
HSV(B) 356.13º 0.94% 0.91% -
XYZ 33.32 17.39 2.7 -
YUV 80.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 231 14 28 0 0.94 0.88 0.09 356.13 0.89 0.48
Hex E7 E 1C 0 5E 58 9 164 59 30
Octal 347 16 34 0 136 130 11 544 131 60
Binary 11100111 1110 11100 0 1011110 1011000 1001 101100100 1011001 110000

Color Harmonies of #E70E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E1C

Black with #E70E1C

Text Example


Text Example

White with #E70E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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