Html Css Color HEX #E01315 Fire Engine Red

📋 copy color: '#E01315'

red 224 ◦ green 19 ◦ blue 21

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

Shades of Fire Engine Red #E01315

Tints of Fire Engine Red #E01315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 84.85%
G = 7.2%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E01315 (or 0xE01315) is known color: Fire Engine Red. HEX triplet: E0, 13 and 15. RGB value is (224,19,21). Sum of RGB (Red+Green+Blue) = 224+19+21=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E01315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01315 is #1FECEA. Grayscale: #505050. Windows color (decimal): -2092267 or 1381344. OLE color: 1381344.

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

Color convert

RGB 224 19 21 -
CMYK 0 0.92 0.91 0.12
HSL 359.41º 0.84% 0.48% -
HSV(B) 359.41º 0.92% 0.88% -
XYZ 31.11 16.37 2.23 -
YUV 80.52 94.42 230.34 -
System Red Green Blue C M Y K H S L
Decimal 224 19 21 0 0.92 0.91 0.12 359.41 0.84 0.48
Hex E0 13 15 0 5C 5B C 167 54 30
Octal 340 23 25 0 134 133 14 547 124 60
Binary 11100000 10011 10101 0 1011100 1011011 1100 101100111 1010100 110000

Color Harmonies of #E01315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01315

Black with #E01315

Text Example


Text Example

White with #E01315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01315; }

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

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

background-color css

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

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

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

border-color css

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

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

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