#E74642

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

Shades of Cinnabar #E74642

Tints of Cinnabar #E74642

Color information

#E74642 (or 0xE74642) is unknown color: approx Cinnabar. HEX triplet: E7, 46 and 42. RGB value is (231,70,66). Sum of RGB (Red+Green+Blue) = 231+70+66=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E74642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74642 is #18B9BD. Grayscale: #757575. Windows color (decimal): -1620414 or 4343527. OLE color: 4343527.

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

Color convert

RGB2317066-
CMYK00.700.710.09
HSL1.45º77.46%58.24%-
HSV(B)1.45º71.43%90.59%-
XYZ36.1321.767.45-
YUV117.6898.84208.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.94%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=62.94%
G=19.07%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231706600.700.710.091.4577.4658.24
HexE7464204647914d3a
Octal347106102010610711111572
Binary1110011110001101000010010001101000111100111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74642; }

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

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

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

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

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

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

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

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