Html Css Color HEX #E11228 Fire Engine Red

📋 copy color: '#E11228'

red 225 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #E11228

Tints of Fire Engine Red #E11228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 79.51%
G = 6.36%
B = 14.13%

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

#E11228 (or 0xE11228) is known color: Fire Engine Red. HEX triplet: E1, 12 and 28. RGB value is (225,18,40). Sum of RGB (Red+Green+Blue) = 225+18+40=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11228 is #1EEDD7. Grayscale: #525252. Windows color (decimal): -2026968 or 2626273. OLE color: 2626273.

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

Color convert

RGB 225 18 40 -
CMYK 0 0.92 0.82 0.12
HSL 353.62º 0.85% 0.48% -
HSV(B) 353.62º 0.92% 0.88% -
XYZ 31.65 16.59 3.54 -
YUV 82.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 225 18 40 0 0.92 0.82 0.12 353.62 0.85 0.48
Hex E1 12 28 0 5C 52 C 162 55 30
Octal 341 22 50 0 134 122 14 542 125 60
Binary 11100001 10010 101000 0 1011100 1010010 1100 101100010 1010101 110000

Color Harmonies of #E11228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11228

Black with #E11228

Text Example


Text Example

White with #E11228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11228; }

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

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

background-color css

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

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

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

border-color css

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

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

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