#E74442

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

Shades of Cinnabar #E74442

Tints of Cinnabar #E74442

Color information

#E74442 (or 0xE74442) is unknown color: approx Cinnabar. HEX triplet: E7, 44 and 42. RGB value is (231,68,66). Sum of RGB (Red+Green+Blue) = 231+68+66=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E74442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74442 is #18BBBD. Grayscale: #747474. Windows color (decimal): -1620926 or 4343015. OLE color: 4343015.

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

Color convert

RGB2316866-
CMYK00.710.710.09
HSL0.73º77.46%58.24%-
HSV(B)0.73º71.43%90.59%-
XYZ36.0121.527.41-
YUV116.5199.5209.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.29%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=63.29%
G=18.63%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231686600.710.710.090.7377.4658.24
HexE7444204747914d3a
Octal347104102010710711111572
Binary1110011110001001000010010001111000111100111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74442; }

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

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

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

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

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

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

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

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