#E30C07

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

Shades of Red #E30C07

Tints of Red #E30C07

Color information

#E30C07 (or 0xE30C07) is unknown color: approx Red. HEX triplet: E3, 0C and 07. RGB value is (227,12,7). Sum of RGB (Red+Green+Blue) = 227+12+7=246 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.28% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C07 is #1CF3F8. Grayscale: #4B4B4B. Windows color (decimal): -1897465 or 462051. OLE color: 462051.

HSL color Cylindrical-coordinate representation of color #E30C07: hue angle of 1.36º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30C07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB227127-
CMYK00.950.970.11
HSL1.36º94.02%45.88%-
HSV(B)1.36º96.92%89.02%-
XYZ31.8516.611.73-
YUV75.7189.23235.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 92.28%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 7 (3.12% from 255) = 2.85%
R=92.28%
G=4.88%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712700.950.970.111.3694.0245.88
HexE3C705F61B15e2e
Octal343147013714113113656
Binary111000111100111010111111100001101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30C07; }

 p { color: rgb(227,12,7); }

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

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

 a { background-color: rgb(227,12,7); }

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

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

 span { border-color: rgb(227,12,7); }

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