Shades of Cinnabar #E44225
Tints of Cinnabar #E44225
RGB
CMYK
RGB Variations
Color information
#E44225 (or 0xE44225) is known color: Cinnabar. HEX triplet: E4, 42 and 25. RGB value is (228,66,37). Sum of RGB (Red+Green+Blue) = 228+66+37=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E44225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44225 is #1BBDDA. Grayscale: #6F6F6F. Windows color (decimal): -1818075 or 2441956. OLE color: 2441956.
HSL color Cylindrical-coordinate representation of color #E44225: hue angle of 9.11º 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 #E44225 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 37 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.11 |
| HSL | 9.11º | 0.78% | 0.52% | - |
| HSV(B) | 9.11º | 0.84% | 0.89% | - |
| XYZ | 34.28 | 20.52 | 3.91 | - |
| YUV | 111.13 | 86.17 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 37 | 0 | 0.71 | 0.84 | 0.11 | 9.11 | 0.78 | 0.52 |
| Hex | E4 | 42 | 25 | 0 | 47 | 54 | B | 9 | 4E | 34 |
| Octal | 344 | 102 | 45 | 0 | 107 | 124 | 13 | 11 | 116 | 64 |
| Binary | 11100100 | 1000010 | 100101 | 0 | 1000111 | 1010100 | 1011 | 1001 | 1001110 | 110100 |
Color Harmonies of #E44225
Complementary color
Monochromatic Colors of #E44225
Black with #E44225
Text Example
Text Example
White with #E44225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44225; }
p { color: rgb(228,66,37); }
H1.HeaderClassName
{
color: #E44225;
}
.AnyTagClassName
{
color: #E44225;
}
</style>
background-color css
<style>
a { background-color: #E44225; }
a { background-color: rgb(228,66,37); }
div.DivClassName
{
background-color: #E44225;
}
.BgClassName
{
background-color: #E44225;
}
</style>
border-color css
<style>
span { border-color: #E44225; }
span { border-color: rgb(228,66,37); }
td.TdClassName
{
border-color: #E44225;
}
.TagClassName
{
border-color: #E44225;
}
</style>