#E40D0B

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

Shades of Red #E40D0B

Tints of Red #E40D0B

Color information

#E40D0B (or 0xE40D0B) is unknown color: approx Red. HEX triplet: E4, 0D and 0B. RGB value is (228,13,11). Sum of RGB (Red+Green+Blue) = 228+13+11=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40D0B is #1BF2F4. Grayscale: #4D4D4D. Windows color (decimal): -1831669 or 724452. OLE color: 724452.

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

Color convert

RGB2281311-
CMYK00.940.950.11
HSL0.55º90.79%46.86%-
HSV(B)0.55º95.18%89.41%-
XYZ32.216.811.86-
YUV77.0690.73235.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 90.48%
GREEN value IS 13 (5.47% from 255) = 5.16%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=90.48%
G=5.16%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228131100.940.950.110.5590.7946.86
HexE4DB05E5FB15b2f
Octal3441513013613713113357
Binary1110010011011011010111101011111101111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40D0B; }

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

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

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

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

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

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

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

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