#E9513D

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

Shades of Cinnabar #E9513D

Tints of Cinnabar #E9513D

Color information

#E9513D (or 0xE9513D) is unknown color: approx Cinnabar. HEX triplet: E9, 51 and 3D. RGB value is (233,81,61). Sum of RGB (Red+Green+Blue) = 233+81+61=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9513D is #16AEC2. Grayscale: #7C7C7C. Windows color (decimal): -1486531 or 4018665. OLE color: 4018665.

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

Color convert

RGB2338161-
CMYK00.650.740.09
HSL6.98º79.63%57.65%-
HSV(B)6.98º73.82%91.37%-
XYZ37.3923.556.99-
YUV124.1792.36205.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.13%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=62.13%
G=21.6%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233816100.650.740.096.9879.6357.65
HexE9513D0414A97503a
Octal35112175010111211712072
Binary11101001101000111110101000001100101010011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9513D; }

 p { color: rgb(233,81,61); }

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

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

 a { background-color: rgb(233,81,61); }

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

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

 span { border-color: rgb(233,81,61); }

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