Html Css Color HEX #E01217 Fire Engine Red

📋 copy color: '#E01217'

red 224 ◦ green 18 ◦ blue 23

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

Shades of Fire Engine Red #E01217

Tints of Fire Engine Red #E01217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 84.53%
G = 6.79%
B = 8.68%

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

#E01217 (or 0xE01217) is known color: Fire Engine Red. HEX triplet: E0, 12 and 17. RGB value is (224,18,23). Sum of RGB (Red+Green+Blue) = 224+18+23=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E01217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01217 is #1FEDE8. Grayscale: #505050. Windows color (decimal): -2092521 or 1512160. OLE color: 1512160.

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

Color convert

RGB 224 18 23 -
CMYK 0 0.92 0.90 0.12
HSL 358.54º 0.85% 0.47% -
HSV(B) 358.54º 0.92% 0.88% -
XYZ 31.11 16.34 2.33 -
YUV 80.16 95.75 230.59 -
System Red Green Blue C M Y K H S L
Decimal 224 18 23 0 0.92 0.90 0.12 358.54 0.85 0.47
Hex E0 12 17 0 5C 5A C 167 55 2F
Octal 340 22 27 0 134 132 14 547 125 57
Binary 11100000 10010 10111 0 1011100 1011010 1100 101100111 1010101 101111

Color Harmonies of #E01217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01217

Black with #E01217

Text Example


Text Example

White with #E01217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01217; }

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

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

background-color css

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

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

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

border-color css

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

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

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