#E3502E

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

Shades of Cinnabar #E3502E

Tints of Cinnabar #E3502E

Color information

#E3502E (or 0xE3502E) is unknown color: approx Cinnabar. HEX triplet: E3, 50 and 2E. RGB value is (227,80,46). Sum of RGB (Red+Green+Blue) = 227+80+46=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3502E is #1CAFD1. Grayscale: #787878. Windows color (decimal): -1880018 or 3035363. OLE color: 3035363.

HSL color Cylindrical-coordinate representation of color #E3502E: hue angle of 11.27º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3502E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB2278046-
CMYK00.650.800.11
HSL11.27º76.37%53.53%-
HSV(B)11.27º79.74%89.02%-
XYZ35.0422.275.04-
YUV120.0886.2204.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.31%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=64.31%
G=22.66%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227804600.650.800.1111.2776.3753.53
HexE3502E04150Bb4c36
Octal343120560101120131311466
Binary111000111010000101110010000011010000101110111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3502E; }

 p { color: rgb(227,80,46); }

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

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

 a { background-color: rgb(227,80,46); }

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

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

 span { border-color: rgb(227,80,46); }

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