#e8322b

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

Shades of Cinnabar #E8322B

Tints of Cinnabar #E8322B

Color information

#E8322B (or 0xE8322B) is unknown color: approx Cinnabar. HEX triplet: E8, 32 and 2B. RGB value is (232,50,43). Sum of RGB (Red+Green+Blue) = 232+50+43=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E8322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8322B is #17CDD4. Grayscale: #676767. Windows color (decimal): -1560021 or 2831080. OLE color: 2831080.

HSL color Cylindrical-coordinate representation of color #E8322B: hue angle of 2.22º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8322B is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2325043-
CMYK00.780.810.09
HSL2.22º80.43%53.92%-
HSV(B)2.22º81.47%90.98%-
XYZ34.8619.614.23-
YUV103.6293.8219.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.38%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=71.38%
G=15.38%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232504300.780.810.092.2280.4353.92
HexE8322B04E51925036
Octal3506253011612111212066
Binary111010001100101010110100111010100011001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8322b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8322b; }

 p { color: rgb(232,50,43); }

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

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

 a { background-color: rgb(232,50,43); }

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

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

 span { border-color: rgb(232,50,43); }

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