#E2100F

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

Shades of Red #E2100F

Tints of Red #E2100F

Color information

#E2100F (or 0xE2100F) is unknown color: approx Red. HEX triplet: E2, 10 and 0F. RGB value is (226,16,15). Sum of RGB (Red+Green+Blue) = 226+16+15=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E2100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2100F is #1DEFF0. Grayscale: #4E4E4E. Windows color (decimal): -1961969 or 987362. OLE color: 987362.

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

Color convert

RGB2261615-
CMYK00.930.930.11
HSL0.28º87.55%47.25%-
HSV(B)0.28º93.36%88.63%-
XYZ31.6416.571.98-
YUV78.6892.07233.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 87.94%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=87.94%
G=6.23%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226161500.930.930.110.2887.5547.25
HexE210F05D5DB0582f
Octal3422017013513513013057
Binary11100010100001111010111011011101101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2100F; }

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

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

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

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

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

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

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

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