#e8502b

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

Shades of Cinnabar #E8502B

Tints of Cinnabar #E8502B

Color information

#E8502B (or 0xE8502B) is unknown color: approx Cinnabar. HEX triplet: E8, 50 and 2B. RGB value is (232,80,43). Sum of RGB (Red+Green+Blue) = 232+80+43=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8502B is #17AFD4. Grayscale: #797979. Windows color (decimal): -1552341 or 2838760. OLE color: 2838760.

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

Color convert

RGB2328043-
CMYK00.660.810.09
HSL11.75º80.43%53.92%-
HSV(B)11.75º81.47%90.98%-
XYZ36.5823.074.81-
YUV121.2383.86207.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 65.35%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=65.35%
G=22.54%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232804300.660.810.0911.7580.4353.92
HexE8502B042519c5036
Octal350120530102121111412066
Binary111010001010000101011010000101010001100111001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8502b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8502b; }

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

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

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

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

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

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

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

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