Html Css Color HEX #E70F16 Fire Engine Red

📋 copy color: '#E70F16'

red 231 ◦ green 15 ◦ blue 22

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

Shades of Fire Engine Red #E70F16

Tints of Fire Engine Red #E70F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 86.19%
G = 5.6%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E70F16 (or 0xE70F16) is known color: Fire Engine Red. HEX triplet: E7, 0F and 16. RGB value is (231,15,22). Sum of RGB (Red+Green+Blue) = 231+15+22=268 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.19% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F16 is #18F0E9. Grayscale: #505050. Windows color (decimal): -1634538 or 1445863. OLE color: 1445863.

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

Color convert

RGB 231 15 22 -
CMYK 0 0.94 0.90 0.09
HSL 358.06º 0.88% 0.48% -
HSV(B) 358.06º 0.94% 0.91% -
XYZ 33.27 17.39 2.36 -
YUV 80.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 231 15 22 0 0.94 0.90 0.09 358.06 0.88 0.48
Hex E7 F 16 0 5E 5A 9 166 58 30
Octal 347 17 26 0 136 132 11 546 130 60
Binary 11100111 1111 10110 0 1011110 1011010 1001 101100110 1011000 110000

Color Harmonies of #E70F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70F16

Black with #E70F16

Text Example


Text Example

White with #E70F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70F16; }

 p { color: rgb(231,15,22); }

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

background-color css

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

 a { background-color: rgb(231,15,22); }

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

border-color css

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

 span { border-color: rgb(231,15,22); }

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