Html Css Color HEX #E80F19 Fire Engine Red

📋 copy color: '#E80F19'

red 232 ◦ green 15 ◦ blue 25

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

Shades of Fire Engine Red #E80F19

Tints of Fire Engine Red #E80F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 85.29%
G = 5.51%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E80F19 (or 0xE80F19) is known color: Fire Engine Red. HEX triplet: E8, 0F and 19. RGB value is (232,15,25). Sum of RGB (Red+Green+Blue) = 232+15+25=272 (36% of max value = 765). Red value is 232 (91.02% from 255 or 85.29% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80F19 is #17F0E6. Grayscale: #515151. Windows color (decimal): -1568999 or 1642472. OLE color: 1642472.

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

Color convert

RGB 232 15 25 -
CMYK 0 0.94 0.89 0.09
HSL 357.24º 0.88% 0.48% -
HSV(B) 357.24º 0.94% 0.91% -
XYZ 33.63 17.57 2.54 -
YUV 81.02 96.39 235.69 -
System Red Green Blue C M Y K H S L
Decimal 232 15 25 0 0.94 0.89 0.09 357.24 0.88 0.48
Hex E8 F 19 0 5E 59 9 165 58 30
Octal 350 17 31 0 136 131 11 545 130 60
Binary 11101000 1111 11001 0 1011110 1011001 1001 101100101 1011000 110000

Color Harmonies of #E80F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F19

Black with #E80F19

Text Example


Text Example

White with #E80F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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