#E8403F

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

Shades of Cinnabar #E8403F

Tints of Cinnabar #E8403F

Color information

#E8403F (or 0xE8403F) is unknown color: approx Cinnabar. HEX triplet: E8, 40 and 3F. RGB value is (232,64,63). Sum of RGB (Red+Green+Blue) = 232+64+63=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8403F is #17BFC0. Grayscale: #727272. Windows color (decimal): -1556417 or 4145384. OLE color: 4145384.

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

Color convert

RGB2326463-
CMYK00.720.730.09
HSL0.36º78.6%57.84%-
HSV(B)0.36º72.84%90.98%-
XYZ36.0121.186.89-
YUV114.1299.16212.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.62%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 63 (25% from 255) = 17.55%
R=64.62%
G=17.83%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232646300.720.730.090.3678.657.84
HexE8403F04849904f3a
Octal35010077011011111011772
Binary111010001000000111111010010001001001100101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8403F; }

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

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

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

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

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

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

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

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