#E81208

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

Shades of Red #E81208

Tints of Red #E81208

Color information

#E81208 (or 0xE81208) is unknown color: approx Red. HEX triplet: E8, 12 and 08. RGB value is (232,18,8). Sum of RGB (Red+Green+Blue) = 232+18+8=258 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.92% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 232 - color contains mainly: red. Hex color #E81208 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81208 is #17EDF7. Grayscale: #515151. Windows color (decimal): -1568248 or 529128. OLE color: 529128.

HSL color Cylindrical-coordinate representation of color #E81208: hue angle of 2.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E81208 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB232188-
CMYK00.920.970.09
HSL2.68º93.33%47.06%-
HSV(B)2.68º96.55%90.98%-
XYZ33.5417.611.86-
YUV80.8586.9235.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 89.92%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 8 (3.52% from 255) = 3.10%
R=89.92%
G=6.98%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218800.920.970.092.6893.3347.06
HexE812805C61935d2f
Octal3502210013414111313557
Binary111010001001010000101110011000011001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81208; }

 p { color: rgb(232,18,8); }

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

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

 a { background-color: rgb(232,18,8); }

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

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

 span { border-color: rgb(232,18,8); }

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