#E1523D

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

Shades of Cinnabar #E1523D

Tints of Cinnabar #E1523D

Color information

#E1523D (or 0xE1523D) is unknown color: approx Cinnabar. HEX triplet: E1, 52 and 3D. RGB value is (225,82,61). Sum of RGB (Red+Green+Blue) = 225+82+61=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1523D is #1EADC2. Grayscale: #7A7A7A. Windows color (decimal): -2010563 or 4018913. OLE color: 4018913.

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

Color convert

RGB2258261-
CMYK00.640.730.12
HSL7.68º73.21%56.08%-
HSV(B)7.68º72.89%88.24%-
XYZ34.9122.386.89-
YUV122.3693.38201.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.14%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=61.14%
G=22.28%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225826100.640.730.127.6873.2156.08
HexE1523D04049C84938
Octal341122750100111141011170
Binary111000011010010111101010000001001001110010001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1523D; }

 p { color: rgb(225,82,61); }

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

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

 a { background-color: rgb(225,82,61); }

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

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

 span { border-color: rgb(225,82,61); }

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