#E8401D

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

Shades of Cinnabar #E8401D

Tints of Cinnabar #E8401D

Color information

#E8401D (or 0xE8401D) is unknown color: approx Cinnabar. HEX triplet: E8, 40 and 1D. RGB value is (232,64,29). Sum of RGB (Red+Green+Blue) = 232+64+29=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E8401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8401D is #17BFE2. Grayscale: #6E6E6E. Windows color (decimal): -1556451 or 1917160. OLE color: 1917160.

HSL color Cylindrical-coordinate representation of color #E8401D: hue angle of 10.34º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8401D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB2326429-
CMYK00.720.880.09
HSL10.34º81.53%51.18%-
HSV(B)10.34º87.5%90.98%-
XYZ35.3320.913.34-
YUV110.2482.16214.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.38%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 29 (11.72% from 255) = 8.92%
R=71.38%
G=19.69%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232642900.720.880.0910.3481.5351.18
HexE8401D048589a5233
Octal350100350110130111212263
Binary11101000100000011101010010001011000100110101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8401D; }

 p { color: rgb(232,64,29); }

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

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

 a { background-color: rgb(232,64,29); }

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

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

 span { border-color: rgb(232,64,29); }

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