#E30C0B

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

Shades of Red #E30C0B

Tints of Red #E30C0B

Color information

#E30C0B (or 0xE30C0B) is unknown color: approx Red. HEX triplet: E3, 0C and 0B. RGB value is (227,12,11). Sum of RGB (Red+Green+Blue) = 227+12+11=250 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C0B is #1CF3F4. Grayscale: #4C4C4C. Windows color (decimal): -1897461 or 724195. OLE color: 724195.

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

Color convert

RGB2271211-
CMYK00.950.950.11
HSL0.28º90.76%46.67%-
HSV(B)0.28º95.15%89.02%-
XYZ31.8716.621.84-
YUV76.1791.23235.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 90.8%
GREEN value IS 12 (5.08% from 255) = 4.8%
BLUE value IS 11 (4.69% from 255) = 4.4%
R=90.8%
G=4.8%
B=4.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227121100.950.950.110.2890.7646.67
HexE3CB05F5FB05b2f
Octal3431413013713713013357
Binary1110001111001011010111111011111101101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30C0B; }

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

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

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

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

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

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

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

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