#E6513B

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

Shades of Cinnabar #E6513B

Tints of Cinnabar #E6513B

Color information

#E6513B (or 0xE6513B) is unknown color: approx Cinnabar. HEX triplet: E6, 51 and 3B. RGB value is (230,81,59). Sum of RGB (Red+Green+Blue) = 230+81+59=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6513B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6513B is #19AEC4. Grayscale: #7B7B7B. Windows color (decimal): -1683141 or 3887590. OLE color: 3887590.

HSL color Cylindrical-coordinate representation of color #E6513B: hue angle of 7.72º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6513B is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB2308159-
CMYK00.650.740.10
HSL7.72º77.38%56.67%-
HSV(B)7.72º74.35%90.2%-
XYZ36.3623.026.67-
YUV123.0491.86204.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.16%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=62.16%
G=21.89%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230815900.650.740.107.7277.3856.67
HexE6513B0414AA84d39
Octal346121730101112121011571
Binary111001101010001111011010000011001010101010001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6513B; }

 p { color: rgb(230,81,59); }

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

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

 a { background-color: rgb(230,81,59); }

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

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

 span { border-color: rgb(230,81,59); }

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