Shades of Cinnabar #E44A29
Tints of Cinnabar #E44A29
RGB
CMYK
RGB Variations
Color information
#E44A29 (or 0xE44A29) is known color: Cinnabar. HEX triplet: E4, 4A and 29. RGB value is (228,74,41). Sum of RGB (Red+Green+Blue) = 228+74+41=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A29 is #1BB5D6. Grayscale: #747474. Windows color (decimal): -1816023 or 2706148. OLE color: 2706148.
HSL color Cylindrical-coordinate representation of color #E44A29: hue angle of 10.59º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E44A29 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 41 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.11 |
| HSL | 10.59º | 0.78% | 0.53% | - |
| HSV(B) | 10.59º | 0.82% | 0.89% | - |
| XYZ | 34.84 | 21.55 | 4.42 | - |
| YUV | 116.28 | 85.52 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 41 | 0 | 0.68 | 0.82 | 0.11 | 10.59 | 0.78 | 0.53 |
| Hex | E4 | 4A | 29 | 0 | 44 | 52 | B | B | 4E | 35 |
| Octal | 344 | 112 | 51 | 0 | 104 | 122 | 13 | 13 | 116 | 65 |
| Binary | 11100100 | 1001010 | 101001 | 0 | 1000100 | 1010010 | 1011 | 1011 | 1001110 | 110101 |
Color Harmonies of #E44A29
Complementary color
Monochromatic Colors of #E44A29
Black with #E44A29
Text Example
Text Example
White with #E44A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A29; }
p { color: rgb(228,74,41); }
H1.HeaderClassName
{
color: #E44A29;
}
.AnyTagClassName
{
color: #E44A29;
}
</style>
background-color css
<style>
a { background-color: #E44A29; }
a { background-color: rgb(228,74,41); }
div.DivClassName
{
background-color: #E44A29;
}
.BgClassName
{
background-color: #E44A29;
}
</style>
border-color css
<style>
span { border-color: #E44A29; }
span { border-color: rgb(228,74,41); }
td.TdClassName
{
border-color: #E44A29;
}
.TagClassName
{
border-color: #E44A29;
}
</style>