Html Css Color HEX #E2101C Fire Engine Red

📋 copy color: '#E2101C'

red 226 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #E2101C

Tints of Fire Engine Red #E2101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 83.7%
G = 5.93%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2101C (or 0xE2101C) is known color: Fire Engine Red. HEX triplet: E2, 10 and 1C. RGB value is (226,16,28). Sum of RGB (Red+Green+Blue) = 226+16+28=270 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.70% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 226 - color contains mainly: red. Hex color #E2101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2101C is #1DEFE3. Grayscale: #505050. Windows color (decimal): -1961956 or 1839330. OLE color: 1839330.

HSL color Cylindrical-coordinate representation of color #E2101C: hue angle of 356.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2101C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 28 -
CMYK 0 0.93 0.88 0.11
HSL 356.57º 0.87% 0.47% -
HSV(B) 356.57º 0.93% 0.89% -
XYZ 31.76 16.62 2.63 -
YUV 80.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 226 16 28 0 0.93 0.88 0.11 356.57 0.87 0.47
Hex E2 10 1C 0 5D 58 B 165 57 2F
Octal 342 20 34 0 135 130 13 545 127 57
Binary 11100010 10000 11100 0 1011101 1011000 1011 101100101 1010111 101111

Color Harmonies of #E2101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2101C

Black with #E2101C

Text Example


Text Example

White with #E2101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2101C; }

 p { color: rgb(226,16,28); }

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

background-color css

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

 a { background-color: rgb(226,16,28); }

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

border-color css

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

 span { border-color: rgb(226,16,28); }

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