#E7351E

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

Shades of Cinnabar #E7351E

Tints of Cinnabar #E7351E

Color information

#E7351E (or 0xE7351E) is unknown color: approx Cinnabar. HEX triplet: E7, 35 and 1E. RGB value is (231,53,30). Sum of RGB (Red+Green+Blue) = 231+53+30=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7351E is #18CAE1. Grayscale: #676767. Windows color (decimal): -1624802 or 1979879. OLE color: 1979879.

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

Color convert

RGB2315330-
CMYK00.770.870.09
HSL6.87º80.72%51.18%-
HSV(B)6.87º87.01%90.59%-
XYZ34.4619.633.2-
YUV103.686.47218.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 73.57%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=73.57%
G=16.88%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231533000.770.870.096.8780.7251.18
HexE7351E04D57975133
Octal3476536011512711712163
Binary111001111101011111001001101101011110011111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7351E; }

 p { color: rgb(231,53,30); }

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

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

 a { background-color: rgb(231,53,30); }

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

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

 span { border-color: rgb(231,53,30); }

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