Shades of Cinnabar #E14725
Tints of Cinnabar #E14725
RGB
CMYK
RGB Variations
Color information
#E14725 (or 0xE14725) is known color: Cinnabar. HEX triplet: E1, 47 and 25. RGB value is (225,71,37). Sum of RGB (Red+Green+Blue) = 225+71+37=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E14725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14725 is #1EB8DA. Grayscale: #717171. Windows color (decimal): -2013403 or 2443233. OLE color: 2443233.
HSL color Cylindrical-coordinate representation of color #E14725: hue angle of 10.85º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E14725 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 37 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.12 |
| HSL | 10.85º | 0.76% | 0.51% | - |
| HSV(B) | 10.85º | 0.84% | 0.88% | - |
| XYZ | 33.64 | 20.65 | 3.96 | - |
| YUV | 113.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 37 | 0 | 0.68 | 0.84 | 0.12 | 10.85 | 0.76 | 0.51 |
| Hex | E1 | 47 | 25 | 0 | 44 | 54 | C | B | 4C | 33 |
| Octal | 341 | 107 | 45 | 0 | 104 | 124 | 14 | 13 | 114 | 63 |
| Binary | 11100001 | 1000111 | 100101 | 0 | 1000100 | 1010100 | 1100 | 1011 | 1001100 | 110011 |
Color Harmonies of #E14725
Complementary color
Monochromatic Colors of #E14725
Black with #E14725
Text Example
Text Example
White with #E14725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14725; }
p { color: rgb(225,71,37); }
H1.HeaderClassName
{
color: #E14725;
}
.AnyTagClassName
{
color: #E14725;
}
</style>
background-color css
<style>
a { background-color: #E14725; }
a { background-color: rgb(225,71,37); }
div.DivClassName
{
background-color: #E14725;
}
.BgClassName
{
background-color: #E14725;
}
</style>
border-color css
<style>
span { border-color: #E14725; }
span { border-color: rgb(225,71,37); }
td.TdClassName
{
border-color: #E14725;
}
.TagClassName
{
border-color: #E14725;
}
</style>