#E70A05

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

Shades of Red #E70A05

Tints of Red #E70A05

Color information

#E70A05 (or 0xE70A05) is unknown color: approx Red. HEX triplet: E7, 0A and 05. RGB value is (231,10,5). Sum of RGB (Red+Green+Blue) = 231+10+5=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70A05 is #18F5FA. Grayscale: #4B4B4B. Windows color (decimal): -1635835 or 330471. OLE color: 330471.

HSL color Cylindrical-coordinate representation of color #E70A05: hue angle of 1.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70A05 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB231105-
CMYK00.960.980.09
HSL1.33º95.76%46.27%-
HSV(B)1.33º97.84%90.59%-
XYZ33.0917.221.72-
YUV75.5188.22238.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 93.90%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=93.90%
G=4.07%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110500.960.980.091.3395.7646.27
HexE7A50606291602e
Octal347125014014211114056
Binary111001111010101011000001100010100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70A05; }

 p { color: rgb(231,10,5); }

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

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

 a { background-color: rgb(231,10,5); }

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

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

 span { border-color: rgb(231,10,5); }

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