#E65140

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

Shades of Cinnabar #E65140

Tints of Cinnabar #E65140

Color information

#E65140 (or 0xE65140) is unknown color: approx Cinnabar. HEX triplet: E6, 51 and 40. RGB value is (230,81,64). Sum of RGB (Red+Green+Blue) = 230+81+64=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E65140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65140 is #19AEBF. Grayscale: #7B7B7B. Windows color (decimal): -1683136 or 4215270. OLE color: 4215270.

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

Color convert

RGB2308164-
CMYK00.650.720.10
HSL6.14º76.85%57.65%-
HSV(B)6.14º72.17%90.2%-
XYZ36.523.087.38-
YUV123.6194.36203.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 61.33%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=61.33%
G=21.6%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230816400.650.720.106.1476.8557.65
HexE6514004148A64d3a
Octal346121100010111012611572
Binary111001101010001100000001000001100100010101101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65140; }

 p { color: rgb(230,81,64); }

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

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

 a { background-color: rgb(230,81,64); }

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

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

 span { border-color: rgb(230,81,64); }

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