#E0513A

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

Shades of Cinnabar #E0513A

Tints of Cinnabar #E0513A

Color information

#E0513A (or 0xE0513A) is unknown color: approx Cinnabar. HEX triplet: E0, 51 and 3A. RGB value is (224,81,58). Sum of RGB (Red+Green+Blue) = 224+81+58=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E0513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0513A is #1FAEC5. Grayscale: #797979. Windows color (decimal): -2076358 or 3822048. OLE color: 3822048.

HSL color Cylindrical-coordinate representation of color #E0513A: hue angle of 8.31º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0513A is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB2248158-
CMYK00.640.740.12
HSL8.31º72.81%55.29%-
HSV(B)8.31º74.11%87.84%-
XYZ34.4522.046.44-
YUV121.1492.38201.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=61.71%
G=22.31%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224815800.640.740.128.3172.8155.29
HexE0513A0404AC84937
Octal340121720100112141011167
Binary111000001010001111010010000001001010110010001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0513A; }

 p { color: rgb(224,81,58); }

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

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

 a { background-color: rgb(224,81,58); }

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

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

 span { border-color: rgb(224,81,58); }

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