Shades of Cinnabar #E44A20
Tints of Cinnabar #E44A20
RGB
CMYK
RGB Variations
Color information
#E44A20 (or 0xE44A20) is known color: Cinnabar. HEX triplet: E4, 4A and 20. RGB value is (228,74,32). Sum of RGB (Red+Green+Blue) = 228+74+32=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A20 is #1BB5DF. Grayscale: #737373. Windows color (decimal): -1816032 or 2116324. OLE color: 2116324.
HSL color Cylindrical-coordinate representation of color #E44A20: hue angle of 12.86º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E44A20 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 32 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.11 |
| HSL | 12.86º | 0.78% | 0.51% | - |
| HSV(B) | 12.86º | 0.86% | 0.89% | - |
| XYZ | 34.7 | 21.5 | 3.69 | - |
| YUV | 115.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 32 | 0 | 0.68 | 0.86 | 0.11 | 12.86 | 0.78 | 0.51 |
| Hex | E4 | 4A | 20 | 0 | 44 | 56 | B | D | 4E | 33 |
| Octal | 344 | 112 | 40 | 0 | 104 | 126 | 13 | 15 | 116 | 63 |
| Binary | 11100100 | 1001010 | 100000 | 0 | 1000100 | 1010110 | 1011 | 1101 | 1001110 | 110011 |
Color Harmonies of #E44A20
Complementary color
Monochromatic Colors of #E44A20
Black with #E44A20
Text Example
Text Example
White with #E44A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A20; }
p { color: rgb(228,74,32); }
H1.HeaderClassName
{
color: #E44A20;
}
.AnyTagClassName
{
color: #E44A20;
}
</style>
background-color css
<style>
a { background-color: #E44A20; }
a { background-color: rgb(228,74,32); }
div.DivClassName
{
background-color: #E44A20;
}
.BgClassName
{
background-color: #E44A20;
}
</style>
border-color css
<style>
span { border-color: #E44A20; }
span { border-color: rgb(228,74,32); }
td.TdClassName
{
border-color: #E44A20;
}
.TagClassName
{
border-color: #E44A20;
}
</style>