#E7503D

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

Shades of Cinnabar #E7503D

Tints of Cinnabar #E7503D

Color information

#E7503D (or 0xE7503D) is unknown color: approx Cinnabar. HEX triplet: E7, 50 and 3D. RGB value is (231,80,61). Sum of RGB (Red+Green+Blue) = 231+80+61=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E7503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7503D is #18AFC2. Grayscale: #7B7B7B. Windows color (decimal): -1617859 or 4018407. OLE color: 4018407.

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

Color convert

RGB2318061-
CMYK00.650.740.09
HSL6.71º77.98%57.25%-
HSV(B)6.71º73.59%90.59%-
XYZ36.6723.066.93-
YUV122.9893.03205.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.10%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=62.10%
G=21.51%
B=16.40%

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
Decimal231806100.650.740.096.7177.9857.25
HexE7503D0414A974e39
Octal34712075010111211711671
Binary11100111101000011110101000001100101010011111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7503D; }

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

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

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

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

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

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

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

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