#E22D2B

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

Shades of Cinnabar #E22D2B

Tints of Cinnabar #E22D2B

Color information

#E22D2B (or 0xE22D2B) is unknown color: approx Cinnabar. HEX triplet: E2, 2D and 2B. RGB value is (226,45,43). Sum of RGB (Red+Green+Blue) = 226+45+43=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22D2B is #1DD2D4. Grayscale: #636363. Windows color (decimal): -1954517 or 2829794. OLE color: 2829794.

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

Color convert

RGB2264543-
CMYK00.800.810.11
HSL0.66º75.93%52.75%-
HSV(B)0.66º80.97%88.63%-
XYZ32.7418.224.08-
YUV98.8996.47218.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.97%
GREEN value IS 45 (17.97% from 255) = 14.33%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=71.97%
G=14.33%
B=13.69%

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
Decimal226454300.800.810.110.6675.9352.75
HexE22D2B05051B14c35
Octal3425553012012113111465
Binary11100010101101101011010100001010001101111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22D2B; }

 p { color: rgb(226,45,43); }

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

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

 a { background-color: rgb(226,45,43); }

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

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

 span { border-color: rgb(226,45,43); }

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