#E22F2B

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

Shades of Cinnabar #E22F2B

Tints of Cinnabar #E22F2B

Color information

#E22F2B (or 0xE22F2B) is unknown color: approx Cinnabar. HEX triplet: E2, 2F and 2B. RGB value is (226,47,43). Sum of RGB (Red+Green+Blue) = 226+47+43=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E22F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22F2B is #1DD0D4. Grayscale: #646464. Windows color (decimal): -1954005 or 2830306. OLE color: 2830306.

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

Color convert

RGB2264743-
CMYK00.790.810.11
HSL1.31º75.93%52.75%-
HSV(B)1.31º80.97%88.63%-
XYZ32.8218.384.1-
YUV100.0695.8217.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.52%
GREEN value IS 47 (18.75% from 255) = 14.87%
BLUE value IS 43 (17.19% from 255) = 13.61%
R=71.52%
G=14.87%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226474300.790.810.111.3175.9352.75
HexE22F2B04F51B14c35
Octal3425753011712113111465
Binary11100010101111101011010011111010001101111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22F2B; }

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

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

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

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

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

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

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

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