#E10A07

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

Shades of Red #E10A07

Tints of Red #E10A07

Color information

#E10A07 (or 0xE10A07) is unknown color: approx Red. HEX triplet: E1, 0A and 07. RGB value is (225,10,7). Sum of RGB (Red+Green+Blue) = 225+10+7=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A07 is #1EF5F8. Grayscale: #4A4A4A. Windows color (decimal): -2029049 or 461537. OLE color: 461537.

HSL color Cylindrical-coordinate representation of color #E10A07: hue angle of 0.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB225107-
CMYK00.960.970.12
HSL0.83º93.97%45.49%-
HSV(B)0.83º96.89%88.24%-
XYZ31.216.241.69-
YUV73.9490.23235.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 92.98%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 7 (3.12% from 255) = 2.89%
R=92.98%
G=4.13%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510700.960.970.120.8393.9745.49
HexE1A706061C15e2d
Octal341127014014114113655
Binary111000011010111011000001100001110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A07; }

 p { color: rgb(225,10,7); }

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

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

 a { background-color: rgb(225,10,7); }

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

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

 span { border-color: rgb(225,10,7); }

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