Html Css Color HEX #E01419 Fire Engine Red

📋 copy color: '#E01419'

red 224 ◦ green 20 ◦ blue 25

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

Shades of Fire Engine Red #E01419

Tints of Fire Engine Red #E01419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 83.27%
G = 7.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E01419 (or 0xE01419) is known color: Fire Engine Red. HEX triplet: E0, 14 and 19. RGB value is (224,20,25). Sum of RGB (Red+Green+Blue) = 224+20+25=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E01419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01419 is #1FEBE6. Grayscale: #515151. Windows color (decimal): -2092007 or 1643744. OLE color: 1643744.

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

Color convert

RGB 224 20 25 -
CMYK 0 0.91 0.89 0.12
HSL 358.53º 0.84% 0.48% -
HSV(B) 358.53º 0.91% 0.88% -
XYZ 31.17 16.42 2.45 -
YUV 81.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 224 20 25 0 0.91 0.89 0.12 358.53 0.84 0.48
Hex E0 14 19 0 5B 59 C 167 54 30
Octal 340 24 31 0 133 131 14 547 124 60
Binary 11100000 10100 11001 0 1011011 1011001 1100 101100111 1010100 110000

Color Harmonies of #E01419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01419

Black with #E01419

Text Example


Text Example

White with #E01419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01419; }

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

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

background-color css

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

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

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

border-color css

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

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

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