#E85332

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

Shades of Cinnabar #E85332

Tints of Cinnabar #E85332

Color information

#E85332 (or 0xE85332) is unknown color: approx Cinnabar. HEX triplet: E8, 53 and 32. RGB value is (232,83,50). Sum of RGB (Red+Green+Blue) = 232+83+50=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E85332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85332 is #17ACCD. Grayscale: #7C7C7C. Windows color (decimal): -1551566 or 3298280. OLE color: 3298280.

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

Color convert

RGB2328350-
CMYK00.640.780.09
HSL10.88º79.82%55.29%-
HSV(B)10.88º78.45%90.98%-
XYZ36.9523.575.62-
YUV123.7986.36205.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.56%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=63.56%
G=22.74%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232835000.640.780.0910.8879.8255.29
HexE853320404E9b5037
Octal350123620100116111312067
Binary111010001010011110010010000001001110100110111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85332; }

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

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

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

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

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

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

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

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