#E22C21

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

Shades of Cinnabar #E22C21

Tints of Cinnabar #E22C21

Color information

#E22C21 (or 0xE22C21) is unknown color: approx Cinnabar. HEX triplet: E2, 2C and 21. RGB value is (226,44,33). Sum of RGB (Red+Green+Blue) = 226+44+33=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C21 is #1DD3DE. Grayscale: #616161. Windows color (decimal): -1954783 or 2174178. OLE color: 2174178.

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

Color convert

RGB2264433-
CMYK00.810.850.11
HSL3.42º76.89%50.78%-
HSV(B)3.42º85.4%88.63%-
XYZ32.5418.083.21-
YUV97.1691.8219.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.59%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=74.59%
G=14.52%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226443300.810.850.113.4276.8950.78
HexE22C2105155B34d33
Octal3425441012112513311563
Binary111000101011001000010101000110101011011111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22C21; }

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

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

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

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

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

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

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

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