Html Css Color HEX #E11417 Fire Engine Red

📋 copy color: '#E11417'

red 225 ◦ green 20 ◦ blue 23

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

Shades of Fire Engine Red #E11417

Tints of Fire Engine Red #E11417

RGB

 RED value IS 225 (88.28% from 255) = 83.96%

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

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

R = 83.96%
G = 7.46%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E11417 (or 0xE11417) is known color: Fire Engine Red. HEX triplet: E1, 14 and 17. RGB value is (225,20,23). Sum of RGB (Red+Green+Blue) = 225+20+23=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E11417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11417 is #1EEBE8. Grayscale: #515151. Windows color (decimal): -2026473 or 1512673. OLE color: 1512673.

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

Color convert

RGB 225 20 23 -
CMYK 0 0.91 0.90 0.12
HSL 359.12º 0.84% 0.48% -
HSV(B) 359.12º 0.91% 0.88% -
XYZ 31.46 16.57 2.35 -
YUV 81.64 94.92 230.26 -
System Red Green Blue C M Y K H S L
Decimal 225 20 23 0 0.91 0.90 0.12 359.12 0.84 0.48
Hex E1 14 17 0 5B 5A C 167 54 30
Octal 341 24 27 0 133 132 14 547 124 60
Binary 11100001 10100 10111 0 1011011 1011010 1100 101100111 1010100 110000

Color Harmonies of #E11417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11417

Black with #E11417

Text Example


Text Example

White with #E11417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11417; }

 p { color: rgb(225,20,23); }

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

background-color css

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

 a { background-color: rgb(225,20,23); }

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

border-color css

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

 span { border-color: rgb(225,20,23); }

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