Html Css Color HEX #E11020 Fire Engine Red

📋 copy color: '#E11020'

red 225 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #E11020

Tints of Fire Engine Red #E11020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 82.42%
G = 5.86%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E11020 (or 0xE11020) is known color: Fire Engine Red. HEX triplet: E1, 10 and 20. RGB value is (225,16,32). Sum of RGB (Red+Green+Blue) = 225+16+32=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E11020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11020 is #1EEFDF. Grayscale: #505050. Windows color (decimal): -2027488 or 2101473. OLE color: 2101473.

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

Color convert

RGB 225 16 32 -
CMYK 0 0.93 0.86 0.12
HSL 355.41º 0.87% 0.47% -
HSV(B) 355.41º 0.93% 0.88% -
XYZ 31.5 16.48 2.89 -
YUV 80.32 100.74 231.2 -
System Red Green Blue C M Y K H S L
Decimal 225 16 32 0 0.93 0.86 0.12 355.41 0.87 0.47
Hex E1 10 20 0 5D 56 C 163 57 2F
Octal 341 20 40 0 135 126 14 543 127 57
Binary 11100001 10000 100000 0 1011101 1010110 1100 101100011 1010111 101111

Color Harmonies of #E11020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11020

Black with #E11020

Text Example


Text Example

White with #E11020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11020; }

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

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

background-color css

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

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

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

border-color css

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

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

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