#E7312A

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

Shades of Cinnabar #E7312A

Tints of Cinnabar #E7312A

Color information

#E7312A (or 0xE7312A) is unknown color: approx Cinnabar. HEX triplet: E7, 31 and 2A. RGB value is (231,49,42). Sum of RGB (Red+Green+Blue) = 231+49+42=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E7312A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7312A is #18CED5. Grayscale: #666666. Windows color (decimal): -1625814 or 2765287. OLE color: 2765287.

HSL color Cylindrical-coordinate representation of color #E7312A: hue angle of 2.22º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7312A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB2314942-
CMYK00.790.820.09
HSL2.22º79.75%53.53%-
HSV(B)2.22º81.82%90.59%-
XYZ34.4719.354.11-
YUV102.6293.8219.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.74%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 42 (16.80% from 255) = 13.04%
R=71.74%
G=15.22%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231494200.790.820.092.2279.7553.53
HexE7312A04F52925036
Octal3476152011712211212066
Binary111001111100011010100100111110100101001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7312A; }

 p { color: rgb(231,49,42); }

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

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

 a { background-color: rgb(231,49,42); }

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

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

 span { border-color: rgb(231,49,42); }

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