#E2110F

Color #E2110F Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #E2110F

Tints of Red #E2110F

Color information

#E2110F (or 0xE2110F) is unknown color: approx Red. HEX triplet: E2, 11 and 0F. RGB value is (226,17,15). Sum of RGB (Red+Green+Blue) = 226+17+15=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E2110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2110F is #1DEEF0. Grayscale: #4F4F4F. Windows color (decimal): -1961713 or 987618. OLE color: 987618.

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

Color convert

RGB2261715-
CMYK00.920.930.11
HSL0.57º87.55%47.25%-
HSV(B)0.57º93.36%88.63%-
XYZ31.6516.61.99-
YUV79.2691.74232.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 87.60%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=87.60%
G=6.59%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226171500.920.930.110.5787.5547.25
HexE211F05C5DB1582f
Octal3422117013413513113057
Binary11100010100011111010111001011101101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2110F; }

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

 H1.HeaderClassName
 {
   color: #E2110F;
 }
 .AnyTagClassName
 {
   color: #E2110F;
 }
</style>
background-color css

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

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

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

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

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

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