#E7503C

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

Shades of Cinnabar #E7503C

Tints of Cinnabar #E7503C

Color information

#E7503C (or 0xE7503C) is unknown color: approx Cinnabar. HEX triplet: E7, 50 and 3C. RGB value is (231,80,60). Sum of RGB (Red+Green+Blue) = 231+80+60=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7503C is #18AFC3. Grayscale: #7B7B7B. Windows color (decimal): -1617860 or 3952871. OLE color: 3952871.

HSL color Cylindrical-coordinate representation of color #E7503C: hue angle of 7.02º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7503C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2318060-
CMYK00.650.740.09
HSL7.02º78.08%57.06%-
HSV(B)7.02º74.03%90.59%-
XYZ36.6423.056.79-
YUV122.8792.53205.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.26%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=62.26%
G=21.56%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231806000.650.740.097.0278.0857.06
HexE7503C0414A974e39
Octal34712074010111211711671
Binary11100111101000011110001000001100101010011111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7503C; }

 p { color: rgb(231,80,60); }

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

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

 a { background-color: rgb(231,80,60); }

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

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

 span { border-color: rgb(231,80,60); }

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