Shades of Cinnabar #E14D25
Tints of Cinnabar #E14D25
RGB
CMYK
RGB Variations
Color information
#E14D25 (or 0xE14D25) is known color: Cinnabar. HEX triplet: E1, 4D and 25. RGB value is (225,77,37). Sum of RGB (Red+Green+Blue) = 225+77+37=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D25 is #1EB2DA. Grayscale: #757575. Windows color (decimal): -2011867 or 2444769. OLE color: 2444769.
HSL color Cylindrical-coordinate representation of color #E14D25: hue angle of 12.77º 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 #E14D25 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 37 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.12 |
| HSL | 12.77º | 0.76% | 0.51% | - |
| HSV(B) | 12.77º | 0.84% | 0.88% | - |
| XYZ | 34.04 | 21.45 | 4.1 | - |
| YUV | 116.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 37 | 0 | 0.66 | 0.84 | 0.12 | 12.77 | 0.76 | 0.51 |
| Hex | E1 | 4D | 25 | 0 | 42 | 54 | C | D | 4C | 33 |
| Octal | 341 | 115 | 45 | 0 | 102 | 124 | 14 | 15 | 114 | 63 |
| Binary | 11100001 | 1001101 | 100101 | 0 | 1000010 | 1010100 | 1100 | 1101 | 1001100 | 110011 |
Color Harmonies of #E14D25
Complementary color
Monochromatic Colors of #E14D25
Black with #E14D25
Text Example
Text Example
White with #E14D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D25; }
p { color: rgb(225,77,37); }
H1.HeaderClassName
{
color: #E14D25;
}
.AnyTagClassName
{
color: #E14D25;
}
</style>
background-color css
<style>
a { background-color: #E14D25; }
a { background-color: rgb(225,77,37); }
div.DivClassName
{
background-color: #E14D25;
}
.BgClassName
{
background-color: #E14D25;
}
</style>
border-color css
<style>
span { border-color: #E14D25; }
span { border-color: rgb(225,77,37); }
td.TdClassName
{
border-color: #E14D25;
}
.TagClassName
{
border-color: #E14D25;
}
</style>