Html Css Color HEX #E01415 Fire Engine Red

📋 copy color: '#E01415'

red 224 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #E01415

Tints of Fire Engine Red #E01415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 84.53%
G = 7.55%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E01415 (or 0xE01415) is known color: Fire Engine Red. HEX triplet: E0, 14 and 15. RGB value is (224,20,21). Sum of RGB (Red+Green+Blue) = 224+20+21=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E01415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01415 is #1FEBEA. Grayscale: #515151. Windows color (decimal): -2092011 or 1381600. OLE color: 1381600.

HSL color Cylindrical-coordinate representation of color #E01415: hue angle of 359.71º 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 #E01415 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 21 -
CMYK 0 0.91 0.91 0.12
HSL 359.71º 0.84% 0.48% -
HSV(B) 359.71º 0.91% 0.88% -
XYZ 31.13 16.4 2.23 -
YUV 81.11 94.09 229.92 -
System Red Green Blue C M Y K H S L
Decimal 224 20 21 0 0.91 0.91 0.12 359.71 0.84 0.48
Hex E0 14 15 0 5B 5B C 168 54 30
Octal 340 24 25 0 133 133 14 550 124 60
Binary 11100000 10100 10101 0 1011011 1011011 1100 101101000 1010100 110000

Color Harmonies of #E01415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01415

Black with #E01415

Text Example


Text Example

White with #E01415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01415; }

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

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

background-color css

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

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

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

border-color css

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

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

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