#E3512E

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

Shades of Cinnabar #E3512E

Tints of Cinnabar #E3512E

Color information

#E3512E (or 0xE3512E) is unknown color: approx Cinnabar. HEX triplet: E3, 51 and 2E. RGB value is (227,81,46). Sum of RGB (Red+Green+Blue) = 227+81+46=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3512E is #1CAED1. Grayscale: #787878. Windows color (decimal): -1879762 or 3035619. OLE color: 3035619.

HSL color Cylindrical-coordinate representation of color #E3512E: hue angle of 11.6º 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 #E3512E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB2278146-
CMYK00.640.800.11
HSL11.6º76.37%53.53%-
HSV(B)11.6º79.74%89.02%-
XYZ35.1122.415.06-
YUV120.6685.87203.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.12%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 46 (18.36% from 255) = 12.99%
R=64.12%
G=22.88%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227814600.640.800.1111.676.3753.53
HexE3512E04050Bc4c36
Octal343121560100120131411466
Binary111000111010001101110010000001010000101111001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3512E; }

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

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

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

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

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

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

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

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