Shades of Cinnabar #E44725
Tints of Cinnabar #E44725
RGB
CMYK
RGB Variations
Color information
#E44725 (or 0xE44725) is known color: Cinnabar. HEX triplet: E4, 47 and 25. RGB value is (228,71,37). Sum of RGB (Red+Green+Blue) = 228+71+37=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E44725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44725 is #1BB8DA. Grayscale: #727272. Windows color (decimal): -1816795 or 2443236. OLE color: 2443236.
HSL color Cylindrical-coordinate representation of color #E44725: hue angle of 10.68º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E44725 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 71 | 37 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.11 |
| HSL | 10.68º | 0.78% | 0.52% | - |
| HSV(B) | 10.68º | 0.84% | 0.89% | - |
| XYZ | 34.58 | 21.13 | 4.01 | - |
| YUV | 114.07 | 84.51 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 71 | 37 | 0 | 0.69 | 0.84 | 0.11 | 10.68 | 0.78 | 0.52 |
| Hex | E4 | 47 | 25 | 0 | 45 | 54 | B | B | 4E | 34 |
| Octal | 344 | 107 | 45 | 0 | 105 | 124 | 13 | 13 | 116 | 64 |
| Binary | 11100100 | 1000111 | 100101 | 0 | 1000101 | 1010100 | 1011 | 1011 | 1001110 | 110100 |
Color Harmonies of #E44725
Complementary color
Monochromatic Colors of #E44725
Black with #E44725
Text Example
Text Example
White with #E44725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44725; }
p { color: rgb(228,71,37); }
H1.HeaderClassName
{
color: #E44725;
}
.AnyTagClassName
{
color: #E44725;
}
</style>
background-color css
<style>
a { background-color: #E44725; }
a { background-color: rgb(228,71,37); }
div.DivClassName
{
background-color: #E44725;
}
.BgClassName
{
background-color: #E44725;
}
</style>
border-color css
<style>
span { border-color: #E44725; }
span { border-color: rgb(228,71,37); }
td.TdClassName
{
border-color: #E44725;
}
.TagClassName
{
border-color: #E44725;
}
</style>