#E74640

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

Shades of Cinnabar #E74640

Tints of Cinnabar #E74640

Color information

#E74640 (or 0xE74640) is unknown color: approx Cinnabar. HEX triplet: E7, 46 and 40. RGB value is (231,70,64). Sum of RGB (Red+Green+Blue) = 231+70+64=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E74640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74640 is #18B9BF. Grayscale: #757575. Windows color (decimal): -1620416 or 4212455. OLE color: 4212455.

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

Color convert

RGB2317064-
CMYK00.700.720.09
HSL2.16º77.67%57.84%-
HSV(B)2.16º72.29%90.59%-
XYZ36.0721.747.15-
YUV117.4697.84208.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.29%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=63.29%
G=19.18%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231706400.700.720.092.1677.6757.84
HexE7464004648924e3a
Octal347106100010611011211672
Binary11100111100011010000000100011010010001001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74640; }

 p { color: rgb(231,70,64); }

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

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

 a { background-color: rgb(231,70,64); }

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

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

 span { border-color: rgb(231,70,64); }

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