Html Css Color HEX #E11C22 Fire Engine Red

📋 copy color: '#E11C22'

red 225 ◦ green 28 ◦ blue 34

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

Shades of Fire Engine Red #E11C22

Tints of Fire Engine Red #E11C22

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.76%

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 78.4%
G = 9.76%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E11C22 (or 0xE11C22) is known color: Fire Engine Red. HEX triplet: E1, 1C and 22. RGB value is (225,28,34). Sum of RGB (Red+Green+Blue) = 225+28+34=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C22 is #1EE3DD. Grayscale: #575757. Windows color (decimal): -2024414 or 2235617. OLE color: 2235617.

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

Color convert

RGB 225 28 34 -
CMYK 0 0.88 0.85 0.12
HSL 358.17º 0.78% 0.5% -
HSV(B) 358.17º 0.88% 0.88% -
XYZ 31.76 16.95 3.11 -
YUV 87.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 225 28 34 0 0.88 0.85 0.12 358.17 0.78 0.5
Hex E1 1C 22 0 58 55 C 166 4E 32
Octal 341 34 42 0 130 125 14 546 116 62
Binary 11100001 11100 100010 0 1011000 1010101 1100 101100110 1001110 110010

Color Harmonies of #E11C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C22

Black with #E11C22

Text Example


Text Example

White with #E11C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C22; }

 p { color: rgb(225,28,34); }

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

background-color css

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

 a { background-color: rgb(225,28,34); }

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

border-color css

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

 span { border-color: rgb(225,28,34); }

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