#E74542

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

Shades of Cinnabar #E74542

Tints of Cinnabar #E74542

Color information

#E74542 (or 0xE74542) is unknown color: approx Cinnabar. HEX triplet: E7, 45 and 42. RGB value is (231,69,66). Sum of RGB (Red+Green+Blue) = 231+69+66=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E74542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74542 is #18BABD. Grayscale: #757575. Windows color (decimal): -1620670 or 4343271. OLE color: 4343271.

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

Color convert

RGB2316966-
CMYK00.700.710.09
HSL1.09º77.46%58.24%-
HSV(B)1.09º71.43%90.59%-
XYZ36.0721.647.43-
YUV117.199.17209.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.11%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=63.11%
G=18.85%
B=18.03%

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
Decimal231696600.700.710.091.0977.4658.24
HexE7454204647914d3a
Octal347105102010610711111572
Binary1110011110001011000010010001101000111100111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74542; }

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

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

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

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

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

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

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

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