Html Css Color HEX #E1111A Fire Engine Red

📋 copy color: '#E1111A'

red 225 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #E1111A

Tints of Fire Engine Red #E1111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 83.96%
G = 6.34%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1111A (or 0xE1111A) is known color: Fire Engine Red. HEX triplet: E1, 11 and 1A. RGB value is (225,17,26). Sum of RGB (Red+Green+Blue) = 225+17+26=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E1111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1111A is #1EEEE5. Grayscale: #505050. Windows color (decimal): -2027238 or 1708513. OLE color: 1708513.

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

Color convert

RGB 225 17 26 -
CMYK 0 0.92 0.88 0.12
HSL 357.4º 0.86% 0.47% -
HSV(B) 357.4º 0.92% 0.88% -
XYZ 31.44 16.48 2.5 -
YUV 80.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 225 17 26 0 0.92 0.88 0.12 357.4 0.86 0.47
Hex E1 11 1A 0 5C 58 C 165 56 2F
Octal 341 21 32 0 134 130 14 545 126 57
Binary 11100001 10001 11010 0 1011100 1011000 1100 101100101 1010110 101111

Color Harmonies of #E1111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1111A

Black with #E1111A

Text Example


Text Example

White with #E1111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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