#E75232

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

Shades of Cinnabar #E75232

Tints of Cinnabar #E75232

Color information

#E75232 (or 0xE75232) is unknown color: approx Cinnabar. HEX triplet: E7, 52 and 32. RGB value is (231,82,50). Sum of RGB (Red+Green+Blue) = 231+82+50=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E75232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75232 is #18ADCD. Grayscale: #7B7B7B. Windows color (decimal): -1617358 or 3298023. OLE color: 3298023.

HSL color Cylindrical-coordinate representation of color #E75232: hue angle of 10.61º degrees, saturation: 0.79, 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 #E75232 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB2318250-
CMYK00.650.780.09
HSL10.61º79.04%55.1%-
HSV(B)10.61º78.35%90.59%-
XYZ36.5523.255.58-
YUV122.986.86205.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.64%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=63.64%
G=22.59%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231825000.650.780.0910.6179.0455.1
HexE752320414E9b4f37
Octal347122620101116111311767
Binary111001111010010110010010000011001110100110111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75232; }

 p { color: rgb(231,82,50); }

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

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

 a { background-color: rgb(231,82,50); }

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

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

 span { border-color: rgb(231,82,50); }

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