Shades of Cinnabar #E14A25
Tints of Cinnabar #E14A25
RGB
CMYK
RGB Variations
Color information
#E14A25 (or 0xE14A25) is known color: Cinnabar. HEX triplet: E1, 4A and 25. RGB value is (225,74,37). Sum of RGB (Red+Green+Blue) = 225+74+37=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A25 is #1EB5DA. Grayscale: #737373. Windows color (decimal): -2012635 or 2444001. OLE color: 2444001.
HSL color Cylindrical-coordinate representation of color #E14A25: hue angle of 11.81º 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 #E14A25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 37 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.12 |
| HSL | 11.81º | 0.76% | 0.51% | - |
| HSV(B) | 11.81º | 0.84% | 0.88% | - |
| XYZ | 33.83 | 21.04 | 4.03 | - |
| YUV | 114.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 37 | 0 | 0.67 | 0.84 | 0.12 | 11.81 | 0.76 | 0.51 |
| Hex | E1 | 4A | 25 | 0 | 43 | 54 | C | C | 4C | 33 |
| Octal | 341 | 112 | 45 | 0 | 103 | 124 | 14 | 14 | 114 | 63 |
| Binary | 11100001 | 1001010 | 100101 | 0 | 1000011 | 1010100 | 1100 | 1100 | 1001100 | 110011 |
Color Harmonies of #E14A25
Complementary color
Monochromatic Colors of #E14A25
Black with #E14A25
Text Example
Text Example
White with #E14A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A25; }
p { color: rgb(225,74,37); }
H1.HeaderClassName
{
color: #E14A25;
}
.AnyTagClassName
{
color: #E14A25;
}
</style>
background-color css
<style>
a { background-color: #E14A25; }
a { background-color: rgb(225,74,37); }
div.DivClassName
{
background-color: #E14A25;
}
.BgClassName
{
background-color: #E14A25;
}
</style>
border-color css
<style>
span { border-color: #E14A25; }
span { border-color: rgb(225,74,37); }
td.TdClassName
{
border-color: #E14A25;
}
.TagClassName
{
border-color: #E14A25;
}
</style>