#E2512C

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

Shades of Cinnabar #E2512C

Tints of Cinnabar #E2512C

Color information

#E2512C (or 0xE2512C) is unknown color: approx Cinnabar. HEX triplet: E2, 51 and 2C. RGB value is (226,81,44). Sum of RGB (Red+Green+Blue) = 226+81+44=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2512C is #1DAED3. Grayscale: #787878. Windows color (decimal): -1945300 or 2904546. OLE color: 2904546.

HSL color Cylindrical-coordinate representation of color #E2512C: hue angle of 12.2º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2512C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2268144-
CMYK00.640.810.11
HSL12.2º75.83%52.94%-
HSV(B)12.2º80.53%88.63%-
XYZ34.7622.244.84-
YUV120.1485.04203.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.39%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=64.39%
G=23.08%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226814400.640.810.1112.275.8352.94
HexE2512C04051Bc4c35
Octal342121540100121131411465
Binary111000101010001101100010000001010001101111001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2512C; }

 p { color: rgb(226,81,44); }

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

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

 a { background-color: rgb(226,81,44); }

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

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

 span { border-color: rgb(226,81,44); }

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