Html Css Color HEX #E11121 Fire Engine Red

📋 copy color: '#E11121'

red 225 ◦ green 17 ◦ blue 33

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

Shades of Fire Engine Red #E11121

Tints of Fire Engine Red #E11121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12%

R = 81.82%
G = 6.18%
B = 12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E11121 (or 0xE11121) is known color: Fire Engine Red. HEX triplet: E1, 11 and 21. RGB value is (225,17,33). Sum of RGB (Red+Green+Blue) = 225+17+33=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E11121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11121 is #1EEEDE. Grayscale: #515151. Windows color (decimal): -2027231 or 2167265. OLE color: 2167265.

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

Color convert

RGB 225 17 33 -
CMYK 0 0.92 0.85 0.12
HSL 355.38º 0.86% 0.47% -
HSV(B) 355.38º 0.92% 0.88% -
XYZ 31.53 16.52 2.97 -
YUV 81.02 100.91 230.7 -
System Red Green Blue C M Y K H S L
Decimal 225 17 33 0 0.92 0.85 0.12 355.38 0.86 0.47
Hex E1 11 21 0 5C 55 C 163 56 2F
Octal 341 21 41 0 134 125 14 543 126 57
Binary 11100001 10001 100001 0 1011100 1010101 1100 101100011 1010110 101111

Color Harmonies of #E11121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11121

Black with #E11121

Text Example


Text Example

White with #E11121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11121; }

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

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

background-color css

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

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

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

border-color css

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

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

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