#E40D06

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

Shades of Red #E40D06

Tints of Red #E40D06

Color information

#E40D06 (or 0xE40D06) is unknown color: approx Red. HEX triplet: E4, 0D and 06. RGB value is (228,13,6). Sum of RGB (Red+Green+Blue) = 228+13+6=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40D06 is #1BF2F9. Grayscale: #4C4C4C. Windows color (decimal): -1831674 or 396772. OLE color: 396772.

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

Color convert

RGB228136-
CMYK00.940.970.11
HSL1.89º94.87%45.88%-
HSV(B)1.89º97.37%89.41%-
XYZ32.1716.791.72-
YUV76.4988.23236.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 92.31%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=92.31%
G=5.26%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813600.940.970.111.8994.8745.88
HexE4D605E61B25f2e
Octal344156013614113213756
Binary1110010011011100101111011000011011101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40D06; }

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

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

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

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

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

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

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

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