#E30B07

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

Shades of Red #E30B07

Tints of Red #E30B07

Color information

#E30B07 (or 0xE30B07) is unknown color: approx Red. HEX triplet: E3, 0B and 07. RGB value is (227,11,7). Sum of RGB (Red+Green+Blue) = 227+11+7=245 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.65% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B07 is #1CF4F8. Grayscale: #4B4B4B. Windows color (decimal): -1897721 or 461795. OLE color: 461795.

HSL color Cylindrical-coordinate representation of color #E30B07: hue angle of 1.09º 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 #E30B07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB227117-
CMYK00.950.970.11
HSL1.09º94.02%45.88%-
HSV(B)1.09º96.92%89.02%-
XYZ31.8416.591.72-
YUV75.1389.56236.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 92.65%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 7 (3.12% from 255) = 2.86%
R=92.65%
G=4.49%
B=2.86%

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
Decimal22711700.950.970.111.0994.0245.88
HexE3B705F61B15e2e
Octal343137013714113113656
Binary111000111011111010111111100001101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30B07; }

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

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

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

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

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

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

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

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