Html Css Color HEX #E11A20 Fire Engine Red

📋 copy color: '#E11A20'

red 225 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #E11A20

Tints of Fire Engine Red #E11A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 79.51%
G = 9.19%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E11A20 (or 0xE11A20) is known color: Fire Engine Red. HEX triplet: E1, 1A and 20. RGB value is (225,26,32). Sum of RGB (Red+Green+Blue) = 225+26+32=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A20 is #1EE5DF. Grayscale: #565656. Windows color (decimal): -2024928 or 2104033. OLE color: 2104033.

HSL color Cylindrical-coordinate representation of color #E11A20: hue angle of 358.19º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A20 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 26 32 -
CMYK 0 0.88 0.86 0.12
HSL 358.19º 0.79% 0.49% -
HSV(B) 358.19º 0.88% 0.88% -
XYZ 31.68 16.85 2.95 -
YUV 86.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 225 26 32 0 0.88 0.86 0.12 358.19 0.79 0.49
Hex E1 1A 20 0 58 56 C 166 4F 31
Octal 341 32 40 0 130 126 14 546 117 61
Binary 11100001 11010 100000 0 1011000 1010110 1100 101100110 1001111 110001

Color Harmonies of #E11A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A20

Black with #E11A20

Text Example


Text Example

White with #E11A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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