#E40C0B

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

Shades of Red #E40C0B

Tints of Red #E40C0B

Color information

#E40C0B (or 0xE40C0B) is unknown color: approx Red. HEX triplet: E4, 0C and 0B. RGB value is (228,12,11). Sum of RGB (Red+Green+Blue) = 228+12+11=251 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.84% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40C0B is #1BF3F4. Grayscale: #4C4C4C. Windows color (decimal): -1831925 or 724196. OLE color: 724196.

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

Color convert

RGB2281211-
CMYK00.950.950.11
HSL0.28º90.79%46.86%-
HSV(B)0.28º95.18%89.41%-
XYZ32.1916.781.86-
YUV76.4791.06236.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 90.84%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 11 (4.69% from 255) = 4.38%
R=90.84%
G=4.78%
B=4.38%

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
Decimal228121100.950.950.110.2890.7946.86
HexE4CB05F5FB05b2f
Octal3441413013713713013357
Binary1110010011001011010111111011111101101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40C0B; }

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

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

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

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

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

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

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

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