Html Css Color HEX #E11013 Fire Engine Red

📋 copy color: '#E11013'

red 225 ◦ green 16 ◦ blue 19

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

Shades of Fire Engine Red #E11013

Tints of Fire Engine Red #E11013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 86.54%
G = 6.15%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11013 (or 0xE11013) is known color: Fire Engine Red. HEX triplet: E1, 10 and 13. RGB value is (225,16,19). Sum of RGB (Red+Green+Blue) = 225+16+19=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E11013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11013 is #1EEFEC. Grayscale: #4F4F4F. Windows color (decimal): -2027501 or 1249505. OLE color: 1249505.

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

Color convert

RGB 225 16 19 -
CMYK 0 0.93 0.92 0.12
HSL 359.14º 0.87% 0.47% -
HSV(B) 359.14º 0.93% 0.88% -
XYZ 31.35 16.43 2.13 -
YUV 78.83 94.24 232.26 -
System Red Green Blue C M Y K H S L
Decimal 225 16 19 0 0.93 0.92 0.12 359.14 0.87 0.47
Hex E1 10 13 0 5D 5C C 167 57 2F
Octal 341 20 23 0 135 134 14 547 127 57
Binary 11100001 10000 10011 0 1011101 1011100 1100 101100111 1010111 101111

Color Harmonies of #E11013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11013

Black with #E11013

Text Example


Text Example

White with #E11013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11013; }

 p { color: rgb(225,16,19); }

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

background-color css

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

 a { background-color: rgb(225,16,19); }

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

border-color css

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

 span { border-color: rgb(225,16,19); }

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