Html Css Color HEX #E0111C Fire Engine Red

📋 copy color: '#E0111C'

red 224 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #E0111C

Tints of Fire Engine Red #E0111C

RGB

 RED value IS 224 (87.89% from 255) = 83.27%

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 83.27%
G = 6.32%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0111C (or 0xE0111C) is known color: Fire Engine Red. HEX triplet: E0, 11 and 1C. RGB value is (224,17,28). Sum of RGB (Red+Green+Blue) = 224+17+28=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E0111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0111C is #1FEEE3. Grayscale: #505050. Windows color (decimal): -2092772 or 1839584. OLE color: 1839584.

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

Color convert

RGB 224 17 28 -
CMYK 0 0.92 0.88 0.12
HSL 356.81º 0.86% 0.47% -
HSV(B) 356.81º 0.92% 0.88% -
XYZ 31.15 16.33 2.61 -
YUV 80.15 98.58 230.61 -
System Red Green Blue C M Y K H S L
Decimal 224 17 28 0 0.92 0.88 0.12 356.81 0.86 0.47
Hex E0 11 1C 0 5C 58 C 165 56 2F
Octal 340 21 34 0 134 130 14 545 126 57
Binary 11100000 10001 11100 0 1011100 1011000 1100 101100101 1010110 101111

Color Harmonies of #E0111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0111C

Black with #E0111C

Text Example


Text Example

White with #E0111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0111C; }

 p { color: rgb(224,17,28); }

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

background-color css

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

 a { background-color: rgb(224,17,28); }

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

border-color css

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

 span { border-color: rgb(224,17,28); }

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