Html Css Color HEX #E01317 Fire Engine Red

📋 copy color: '#E01317'

red 224 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #E01317

Tints of Fire Engine Red #E01317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 84.21%
G = 7.14%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E01317 (or 0xE01317) is known color: Fire Engine Red. HEX triplet: E0, 13 and 17. RGB value is (224,19,23). Sum of RGB (Red+Green+Blue) = 224+19+23=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E01317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01317 is #1FECE8. Grayscale: #505050. Windows color (decimal): -2092265 or 1512416. OLE color: 1512416.

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

Color convert

RGB 224 19 23 -
CMYK 0 0.92 0.90 0.12
HSL 358.83º 0.84% 0.48% -
HSV(B) 358.83º 0.92% 0.88% -
XYZ 31.13 16.37 2.33 -
YUV 80.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 224 19 23 0 0.92 0.90 0.12 358.83 0.84 0.48
Hex E0 13 17 0 5C 5A C 167 54 30
Octal 340 23 27 0 134 132 14 547 124 60
Binary 11100000 10011 10111 0 1011100 1011010 1100 101100111 1010100 110000

Color Harmonies of #E01317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01317

Black with #E01317

Text Example


Text Example

White with #E01317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01317; }

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

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

background-color css

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

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

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

border-color css

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

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

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