Shades of Cinnabar #E44A2D
Tints of Cinnabar #E44A2D
RGB
CMYK
RGB Variations
Color information
#E44A2D (or 0xE44A2D) is known color: Cinnabar. HEX triplet: E4, 4A and 2D. RGB value is (228,74,45). Sum of RGB (Red+Green+Blue) = 228+74+45=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A2D is #1BB5D2. Grayscale: #757575. Windows color (decimal): -1816019 or 2968292. OLE color: 2968292.
HSL color Cylindrical-coordinate representation of color #E44A2D: hue angle of 9.51º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E44A2D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 45 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.11 |
| HSL | 9.51º | 0.77% | 0.54% | - |
| HSV(B) | 9.51º | 0.8% | 0.89% | - |
| XYZ | 34.92 | 21.58 | 4.81 | - |
| YUV | 116.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 45 | 0 | 0.68 | 0.80 | 0.11 | 9.51 | 0.77 | 0.54 |
| Hex | E4 | 4A | 2D | 0 | 44 | 50 | B | A | 4D | 36 |
| Octal | 344 | 112 | 55 | 0 | 104 | 120 | 13 | 12 | 115 | 66 |
| Binary | 11100100 | 1001010 | 101101 | 0 | 1000100 | 1010000 | 1011 | 1010 | 1001101 | 110110 |
Color Harmonies of #E44A2D
Complementary color
Monochromatic Colors of #E44A2D
Black with #E44A2D
Text Example
Text Example
White with #E44A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A2D; }
p { color: rgb(228,74,45); }
H1.HeaderClassName
{
color: #E44A2D;
}
.AnyTagClassName
{
color: #E44A2D;
}
</style>
background-color css
<style>
a { background-color: #E44A2D; }
a { background-color: rgb(228,74,45); }
div.DivClassName
{
background-color: #E44A2D;
}
.BgClassName
{
background-color: #E44A2D;
}
</style>
border-color css
<style>
span { border-color: #E44A2D; }
span { border-color: rgb(228,74,45); }
td.TdClassName
{
border-color: #E44A2D;
}
.TagClassName
{
border-color: #E44A2D;
}
</style>