Html Css Color HEX #E50F12 Fire Engine Red

📋 copy color: '#E50F12'

red 229 ◦ green 15 ◦ blue 18

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

Shades of Fire Engine Red #E50F12

Tints of Fire Engine Red #E50F12

RGB

 RED value IS 229 (89.84% from 255) = 87.4%

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

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

R = 87.4%
G = 5.73%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E50F12 (or 0xE50F12) is known color: Fire Engine Red. HEX triplet: E5, 0F and 12. RGB value is (229,15,18). Sum of RGB (Red+Green+Blue) = 229+15+18=262 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.40% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50F12 is #1AF0ED. Grayscale: #4F4F4F. Windows color (decimal): -1765614 or 1183717. OLE color: 1183717.

HSL color Cylindrical-coordinate representation of color #E50F12: hue angle of 359.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F12 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 18 -
CMYK 0 0.93 0.92 0.10
HSL 359.16º 0.88% 0.48% -
HSV(B) 359.16º 0.93% 0.9% -
XYZ 32.59 17.04 2.14 -
YUV 79.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 229 15 18 0 0.93 0.92 0.10 359.16 0.88 0.48
Hex E5 F 12 0 5D 5C A 167 58 30
Octal 345 17 22 0 135 134 12 547 130 60
Binary 11100101 1111 10010 0 1011101 1011100 1010 101100111 1011000 110000

Color Harmonies of #E50F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F12

Black with #E50F12

Text Example


Text Example

White with #E50F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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