#E15035

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

Shades of Cinnabar #E15035

Tints of Cinnabar #E15035

Color information

#E15035 (or 0xE15035) is unknown color: approx Cinnabar. HEX triplet: E1, 50 and 35. RGB value is (225,80,53). Sum of RGB (Red+Green+Blue) = 225+80+53=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E15035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15035 is #1EAFCA. Grayscale: #787878. Windows color (decimal): -2011083 or 3494113. OLE color: 3494113.

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

Color convert

RGB2258053-
CMYK00.640.760.12
HSL9.42º74.14%54.51%-
HSV(B)9.42º76.44%88.24%-
XYZ34.56225.79-
YUV120.2890.04202.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.85%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 53 (21.09% from 255) = 14.80%
R=62.85%
G=22.35%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225805300.640.760.129.4274.1454.51
HexE150350404CC94a37
Octal341120650100114141111267
Binary111000011010000110101010000001001100110010011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15035; }

 p { color: rgb(225,80,53); }

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

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

 a { background-color: rgb(225,80,53); }

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

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

 span { border-color: rgb(225,80,53); }

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