Html Css Color HEX #E01019 Fire Engine Red

📋 copy color: '#E01019'

red 224 ◦ green 16 ◦ blue 25

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

Shades of Fire Engine Red #E01019

Tints of Fire Engine Red #E01019

RGB

 RED value IS 224 (87.89% from 255) = 84.53%

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 84.53%
G = 6.04%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E01019 (or 0xE01019) is known color: Fire Engine Red. HEX triplet: E0, 10 and 19. RGB value is (224,16,25). Sum of RGB (Red+Green+Blue) = 224+16+25=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E01019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01019 is #1FEFE6. Grayscale: #4F4F4F. Windows color (decimal): -2093031 or 1642720. OLE color: 1642720.

HSL color Cylindrical-coordinate representation of color #E01019: hue angle of 357.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01019 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 25 -
CMYK 0 0.93 0.89 0.12
HSL 357.4º 0.87% 0.47% -
HSV(B) 357.4º 0.93% 0.88% -
XYZ 31.1 16.29 2.42 -
YUV 79.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 224 16 25 0 0.93 0.89 0.12 357.4 0.87 0.47
Hex E0 10 19 0 5D 59 C 165 57 2F
Octal 340 20 31 0 135 131 14 545 127 57
Binary 11100000 10000 11001 0 1011101 1011001 1100 101100101 1010111 101111

Color Harmonies of #E01019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01019

Black with #E01019

Text Example


Text Example

White with #E01019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01019; }

 p { color: rgb(224,16,25); }

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

background-color css

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

 a { background-color: rgb(224,16,25); }

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

border-color css

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

 span { border-color: rgb(224,16,25); }

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