Html Css Color HEX #E21116 Fire Engine Red

📋 copy color: '#E21116'

red 226 ◦ green 17 ◦ blue 22

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

Shades of Fire Engine Red #E21116

Tints of Fire Engine Red #E21116

RGB

 RED value IS 226 (88.67% from 255) = 85.28%

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

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 85.28%
G = 6.42%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E21116 (or 0xE21116) is known color: Fire Engine Red. HEX triplet: E2, 11 and 16. RGB value is (226,17,22). Sum of RGB (Red+Green+Blue) = 226+17+22=265 (35% of max value = 765). Red value is 226 (88.67% from 255 or 85.28% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 226 - color contains mainly: red. Hex color #E21116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21116 is #1DEEE9. Grayscale: #505050. Windows color (decimal): -1961706 or 1446370. OLE color: 1446370.

HSL color Cylindrical-coordinate representation of color #E21116: hue angle of 358.56º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21116 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 22 -
CMYK 0 0.92 0.90 0.11
HSL 358.56º 0.86% 0.48% -
HSV(B) 358.56º 0.92% 0.89% -
XYZ 31.71 16.63 2.3 -
YUV 80.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 226 17 22 0 0.92 0.90 0.11 358.56 0.86 0.48
Hex E2 11 16 0 5C 5A B 167 56 30
Octal 342 21 26 0 134 132 13 547 126 60
Binary 11100010 10001 10110 0 1011100 1011010 1011 101100111 1010110 110000

Color Harmonies of #E21116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21116

Black with #E21116

Text Example


Text Example

White with #E21116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21116; }

 p { color: rgb(226,17,22); }

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

background-color css

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

 a { background-color: rgb(226,17,22); }

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

border-color css

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

 span { border-color: rgb(226,17,22); }

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