#E6542C

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

Shades of Cinnabar #E6542C

Tints of Cinnabar #E6542C

Color information

#E6542C (or 0xE6542C) is unknown color: approx Cinnabar. HEX triplet: E6, 54 and 2C. RGB value is (230,84,44). Sum of RGB (Red+Green+Blue) = 230+84+44=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6542C is #19ABD3. Grayscale: #7B7B7B. Windows color (decimal): -1682388 or 2905318. OLE color: 2905318.

HSL color Cylindrical-coordinate representation of color #E6542C: hue angle of 12.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6542C is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB2308444-
CMYK00.630.810.10
HSL12.9º78.81%53.73%-
HSV(B)12.9º80.87%90.2%-
XYZ36.2623.354.98-
YUV123.0983.37204.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.25%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=64.25%
G=23.46%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230844400.630.810.1012.978.8153.73
HexE6542C03F51Ad4f36
Octal34612454077121121511766
Binary11100110101010010110001111111010001101011011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6542C; }

 p { color: rgb(230,84,44); }

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

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

 a { background-color: rgb(230,84,44); }

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

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

 span { border-color: rgb(230,84,44); }

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