Shades of Cinnabar #E44A32
Tints of Cinnabar #E44A32
RGB
CMYK
RGB Variations
Color information
#E44A32 (or 0xE44A32) is known color: Cinnabar. HEX triplet: E4, 4A and 32. RGB value is (228,74,50). Sum of RGB (Red+Green+Blue) = 228+74+50=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A32 is #1BB5CD. Grayscale: #757575. Windows color (decimal): -1816014 or 3295972. OLE color: 3295972.
HSL color Cylindrical-coordinate representation of color #E44A32: hue angle of 8.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E44A32 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.11 |
| HSL | 8.09º | 0.77% | 0.55% | - |
| HSV(B) | 8.09º | 0.78% | 0.89% | - |
| XYZ | 35.02 | 21.62 | 5.35 | - |
| YUV | 117.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 50 | 0 | 0.68 | 0.78 | 0.11 | 8.09 | 0.77 | 0.55 |
| Hex | E4 | 4A | 32 | 0 | 44 | 4E | B | 8 | 4D | 37 |
| Octal | 344 | 112 | 62 | 0 | 104 | 116 | 13 | 10 | 115 | 67 |
| Binary | 11100100 | 1001010 | 110010 | 0 | 1000100 | 1001110 | 1011 | 1000 | 1001101 | 110111 |
Color Harmonies of #E44A32
Complementary color
Monochromatic Colors of #E44A32
Black with #E44A32
Text Example
Text Example
White with #E44A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A32; }
p { color: rgb(228,74,50); }
H1.HeaderClassName
{
color: #E44A32;
}
.AnyTagClassName
{
color: #E44A32;
}
</style>
background-color css
<style>
a { background-color: #E44A32; }
a { background-color: rgb(228,74,50); }
div.DivClassName
{
background-color: #E44A32;
}
.BgClassName
{
background-color: #E44A32;
}
</style>
border-color css
<style>
span { border-color: #E44A32; }
span { border-color: rgb(228,74,50); }
td.TdClassName
{
border-color: #E44A32;
}
.TagClassName
{
border-color: #E44A32;
}
</style>