#E22E2C

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

Shades of Cinnabar #E22E2C

Tints of Cinnabar #E22E2C

Color information

#E22E2C (or 0xE22E2C) is unknown color: approx Cinnabar. HEX triplet: E2, 2E and 2C. RGB value is (226,46,44). Sum of RGB (Red+Green+Blue) = 226+46+44=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E22E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22E2C is #1DD1D3. Grayscale: #636363. Windows color (decimal): -1954260 or 2895586. OLE color: 2895586.

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

Color convert

RGB2264644-
CMYK00.800.810.11
HSL0.66º75.83%52.94%-
HSV(B)0.66º80.53%88.63%-
XYZ32.818.34.19-
YUV99.5996.63218.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.52%
GREEN value IS 46 (18.36% from 255) = 14.56%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=71.52%
G=14.56%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226464400.800.810.110.6675.8352.94
HexE22E2C05051B14c35
Octal3425654012012113111465
Binary11100010101110101100010100001010001101111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22E2C; }

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

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

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

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

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

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

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

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