#E0120F

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

Shades of Red #E0120F

Tints of Red #E0120F

Color information

#E0120F (or 0xE0120F) is unknown color: approx Red. HEX triplet: E0, 12 and 0F. RGB value is (224,18,15). Sum of RGB (Red+Green+Blue) = 224+18+15=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E0120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0120F is #1FEDF0. Grayscale: #4F4F4F. Windows color (decimal): -2092529 or 987872. OLE color: 987872.

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

Color convert

RGB2241815-
CMYK00.920.930.12
HSL0.86º87.45%46.86%-
HSV(B)0.86º93.3%87.84%-
XYZ31.0416.311.96-
YUV79.2591.75231.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 87.16%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=87.16%
G=7.00%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224181500.920.930.120.8687.4546.86
HexE012F05C5DC1572f
Octal3402217013413514112757
Binary11100000100101111010111001011101110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0120F; }

 p { color: rgb(224,18,15); }

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

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

 a { background-color: rgb(224,18,15); }

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

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

 span { border-color: rgb(224,18,15); }

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