#e8413f

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

Shades of Cinnabar #E8413F

Tints of Cinnabar #E8413F

Color information

#E8413F (or 0xE8413F) is unknown color: approx Cinnabar. HEX triplet: E8, 41 and 3F. RGB value is (232,65,63). Sum of RGB (Red+Green+Blue) = 232+65+63=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8413F is #17BEC0. Grayscale: #727272. Windows color (decimal): -1556161 or 4145640. OLE color: 4145640.

HSL color Cylindrical-coordinate representation of color #E8413F: hue angle of 0.71º 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 #E8413F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB2326563-
CMYK00.720.730.09
HSL0.71º78.6%57.84%-
HSV(B)0.71º72.84%90.98%-
XYZ36.0721.36.91-
YUV114.798.83211.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.44%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 63 (25% from 255) = 17.5%
R=64.44%
G=18.06%
B=17.5%

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
Decimal232656300.720.730.090.7178.657.84
HexE8413F04849914f3a
Octal35010177011011111111772
Binary111010001000001111111010010001001001100111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8413f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8413f; }

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

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

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

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

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

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

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

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