Html Css Color HEX #E11C24 Fire Engine Red

📋 copy color: '#E11C24'

red 225 ◦ green 28 ◦ blue 36

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

Shades of Fire Engine Red #E11C24

Tints of Fire Engine Red #E11C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 77.85%
G = 9.69%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E11C24 (or 0xE11C24) is known color: Fire Engine Red. HEX triplet: E1, 1C and 24. RGB value is (225,28,36). Sum of RGB (Red+Green+Blue) = 225+28+36=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C24 is #1EE3DB. Grayscale: #575757. Windows color (decimal): -2024412 or 2366689. OLE color: 2366689.

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

Color convert

RGB 225 28 36 -
CMYK 0 0.88 0.84 0.12
HSL 357.56º 0.78% 0.5% -
HSV(B) 357.56º 0.88% 0.88% -
XYZ 31.79 16.97 3.27 -
YUV 87.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 225 28 36 0 0.88 0.84 0.12 357.56 0.78 0.5
Hex E1 1C 24 0 58 54 C 166 4E 32
Octal 341 34 44 0 130 124 14 546 116 62
Binary 11100001 11100 100100 0 1011000 1010100 1100 101100110 1001110 110010

Color Harmonies of #E11C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C24

Black with #E11C24

Text Example


Text Example

White with #E11C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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