Html Css Color HEX #E80F12 Fire Engine Red

📋 copy color: '#E80F12'

red 232 ◦ green 15 ◦ blue 18

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

Shades of Fire Engine Red #E80F12

Tints of Fire Engine Red #E80F12

RGB

 RED value IS 232 (91.02% from 255) = 87.55%

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

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 87.55%
G = 5.66%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E80F12 (or 0xE80F12) is known color: Fire Engine Red. HEX triplet: E8, 0F and 12. RGB value is (232,15,18). Sum of RGB (Red+Green+Blue) = 232+15+18=265 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.55% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80F12 is #17F0ED. Grayscale: #505050. Windows color (decimal): -1569006 or 1183720. OLE color: 1183720.

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

Color convert

RGB 232 15 18 -
CMYK 0 0.94 0.92 0.09
HSL 359.17º 0.88% 0.48% -
HSV(B) 359.17º 0.94% 0.91% -
XYZ 33.56 17.54 2.19 -
YUV 80.23 92.89 236.26 -
System Red Green Blue C M Y K H S L
Decimal 232 15 18 0 0.94 0.92 0.09 359.17 0.88 0.48
Hex E8 F 12 0 5E 5C 9 167 58 30
Octal 350 17 22 0 136 134 11 547 130 60
Binary 11101000 1111 10010 0 1011110 1011100 1001 101100111 1011000 110000

Color Harmonies of #E80F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F12

Black with #E80F12

Text Example


Text Example

White with #E80F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F12; }

 p { color: rgb(232,15,18); }

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

background-color css

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

 a { background-color: rgb(232,15,18); }

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

border-color css

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

 span { border-color: rgb(232,15,18); }

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