#E0130F

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

Shades of Red #E0130F

Tints of Red #E0130F

Color information

#E0130F (or 0xE0130F) is unknown color: approx Red. HEX triplet: E0, 13 and 0F. RGB value is (224,19,15). Sum of RGB (Red+Green+Blue) = 224+19+15=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E0130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0130F is #1FECF0. Grayscale: #505050. Windows color (decimal): -2092273 or 988128. OLE color: 988128.

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

Color convert

RGB2241915-
CMYK00.920.930.12
HSL1.15º87.45%46.86%-
HSV(B)1.15º93.3%87.84%-
XYZ31.0616.351.97-
YUV79.8491.42230.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 86.82%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=86.82%
G=7.36%
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.12
SystemRedGreenBlueCMYKHSL
Decimal224191500.920.930.121.1587.4546.86
HexE013F05C5DC1572f
Octal3402317013413514112757
Binary11100000100111111010111001011101110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0130F; }

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

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

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

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

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

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

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

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