Shades of Cinnabar #E1453D
Tints of Cinnabar #E1453D
RGB
CMYK
RGB Variations
Color information
#E1453D (or 0xE1453D) is known color: Cinnabar. HEX triplet: E1, 45 and 3D. RGB value is (225,69,61). Sum of RGB (Red+Green+Blue) = 225+69+61=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1453D is #1EBAC2. Grayscale: #727272. Windows color (decimal): -2013891 or 4015585. OLE color: 4015585.
HSL color Cylindrical-coordinate representation of color #E1453D: hue angle of 2.93º 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 #E1453D is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 61 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.12 |
| HSL | 2.93º | 0.73% | 0.56% | - |
| HSV(B) | 2.93º | 0.73% | 0.88% | - |
| XYZ | 34.02 | 20.6 | 6.6 | - |
| YUV | 114.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 61 | 0 | 0.69 | 0.73 | 0.12 | 2.93 | 0.73 | 0.56 |
| Hex | E1 | 45 | 3D | 0 | 45 | 49 | C | 3 | 49 | 38 |
| Octal | 341 | 105 | 75 | 0 | 105 | 111 | 14 | 3 | 111 | 70 |
| Binary | 11100001 | 1000101 | 111101 | 0 | 1000101 | 1001001 | 1100 | 11 | 1001001 | 111000 |
Color Harmonies of #E1453D
Complementary color
Monochromatic Colors of #E1453D
Black with #E1453D
Text Example
Text Example
White with #E1453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1453D; }
p { color: rgb(225,69,61); }
H1.HeaderClassName
{
color: #E1453D;
}
.AnyTagClassName
{
color: #E1453D;
}
</style>
background-color css
<style>
a { background-color: #E1453D; }
a { background-color: rgb(225,69,61); }
div.DivClassName
{
background-color: #E1453D;
}
.BgClassName
{
background-color: #E1453D;
}
</style>
border-color css
<style>
span { border-color: #E1453D; }
span { border-color: rgb(225,69,61); }
td.TdClassName
{
border-color: #E1453D;
}
.TagClassName
{
border-color: #E1453D;
}
</style>