#E9483C

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

Shades of Cinnabar #E9483C

Tints of Cinnabar #E9483C

Color information

#E9483C (or 0xE9483C) is unknown color: approx Cinnabar. HEX triplet: E9, 48 and 3C. RGB value is (233,72,60). Sum of RGB (Red+Green+Blue) = 233+72+60=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9483C is #16B7C3. Grayscale: #767676. Windows color (decimal): -1488836 or 3950825. OLE color: 3950825.

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

Color convert

RGB2337260-
CMYK00.690.740.09
HSL4.16º79.72%57.45%-
HSV(B)4.16º74.25%91.37%-
XYZ36.7422.286.64-
YUV118.7794.84209.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.84%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=63.84%
G=19.73%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233726000.690.740.094.1679.7257.45
HexE9483C0454A945039
Octal35111074010511211412071
Binary11101001100100011110001000101100101010011001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9483C; }

 p { color: rgb(233,72,60); }

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

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

 a { background-color: rgb(233,72,60); }

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

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

 span { border-color: rgb(233,72,60); }

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