#E85142

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

Shades of Cinnabar #E85142

Tints of Cinnabar #E85142

Color information

#E85142 (or 0xE85142) is unknown color: approx Cinnabar. HEX triplet: E8, 51 and 42. RGB value is (232,81,66). Sum of RGB (Red+Green+Blue) = 232+81+66=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E85142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85142 is #17AEBD. Grayscale: #7C7C7C. Windows color (decimal): -1552062 or 4346344. OLE color: 4346344.

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

Color convert

RGB2328166-
CMYK00.650.720.09
HSL5.42º78.3%58.43%-
HSV(B)5.42º71.55%90.98%-
XYZ37.223.437.72-
YUV124.4495.03204.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 61.21%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=61.21%
G=21.37%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232816600.650.720.095.4278.358.43
HexE8514204148954e3a
Octal350121102010111011511672
Binary111010001010001100001001000001100100010011011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85142; }

 p { color: rgb(232,81,66); }

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

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

 a { background-color: rgb(232,81,66); }

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

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

 span { border-color: rgb(232,81,66); }

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