Shades of Cinnabar #E1523D
Tints of Cinnabar #E1523D
RGB
CMYK
RGB Variations
Color information
#E1523D (or 0xE1523D) is known color: 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
| RGB | 225 | 82 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.12 |
| HSL | 7.68º | 0.73% | 0.56% | - |
| HSV(B) | 7.68º | 0.73% | 0.88% | - |
| XYZ | 34.91 | 22.38 | 6.89 | - |
| YUV | 122.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 61 | 0 | 0.64 | 0.73 | 0.12 | 7.68 | 0.73 | 0.56 |
| Hex | E1 | 52 | 3D | 0 | 40 | 49 | C | 8 | 49 | 38 |
| Octal | 341 | 122 | 75 | 0 | 100 | 111 | 14 | 10 | 111 | 70 |
| Binary | 11100001 | 1010010 | 111101 | 0 | 1000000 | 1001001 | 1100 | 1000 | 1001001 | 111000 |
Color Harmonies of #E1523D
Complementary color
Monochromatic Colors of #E1523D
Black with #E1523D
Text Example
Text Example
White with #E1523D
Text Example
Text Example
HTML Codes & Css Web 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>