Html Css Color HEX #E11128 Fire Engine Red

📋 copy color: '#E11128'

red 225 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #E11128

Tints of Fire Engine Red #E11128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 79.79%
G = 6.03%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E11128 (or 0xE11128) is known color: Fire Engine Red. HEX triplet: E1, 11 and 28. RGB value is (225,17,40). Sum of RGB (Red+Green+Blue) = 225+17+40=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E11128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11128 is #1EEED7. Grayscale: #515151. Windows color (decimal): -2027224 or 2626017. OLE color: 2626017.

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

Color convert

RGB 225 17 40 -
CMYK 0 0.92 0.82 0.12
HSL 353.37º 0.86% 0.47% -
HSV(B) 353.37º 0.92% 0.88% -
XYZ 31.63 16.56 3.54 -
YUV 81.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 225 17 40 0 0.92 0.82 0.12 353.37 0.86 0.47
Hex E1 11 28 0 5C 52 C 161 56 2F
Octal 341 21 50 0 134 122 14 541 126 57
Binary 11100001 10001 101000 0 1011100 1010010 1100 101100001 1010110 101111

Color Harmonies of #E11128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11128

Black with #E11128

Text Example


Text Example

White with #E11128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11128; }

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

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

background-color css

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

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

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

border-color css

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

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

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