Shades of Cinnabar #E42F29
Tints of Cinnabar #E42F29
RGB
CMYK
RGB Variations
Color information
#E42F29 (or 0xE42F29) is known color: Cinnabar. HEX triplet: E4, 2F and 29. RGB value is (228,47,41). Sum of RGB (Red+Green+Blue) = 228+47+41=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42F29 is #1BD0D6. Grayscale: #646464. Windows color (decimal): -1822935 or 2699236. OLE color: 2699236.
HSL color Cylindrical-coordinate representation of color #E42F29: hue angle of 1.93º 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 #E42F29 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 41 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.11 |
| HSL | 1.93º | 0.78% | 0.53% | - |
| HSV(B) | 1.93º | 0.82% | 0.89% | - |
| XYZ | 33.41 | 18.69 | 3.94 | - |
| YUV | 100.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 41 | 0 | 0.79 | 0.82 | 0.11 | 1.93 | 0.78 | 0.53 |
| Hex | E4 | 2F | 29 | 0 | 4F | 52 | B | 2 | 4E | 35 |
| Octal | 344 | 57 | 51 | 0 | 117 | 122 | 13 | 2 | 116 | 65 |
| Binary | 11100100 | 101111 | 101001 | 0 | 1001111 | 1010010 | 1011 | 10 | 1001110 | 110101 |
Color Harmonies of #E42F29
Complementary color
Monochromatic Colors of #E42F29
Black with #E42F29
Text Example
Text Example
White with #E42F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F29; }
p { color: rgb(228,47,41); }
H1.HeaderClassName
{
color: #E42F29;
}
.AnyTagClassName
{
color: #E42F29;
}
</style>
background-color css
<style>
a { background-color: #E42F29; }
a { background-color: rgb(228,47,41); }
div.DivClassName
{
background-color: #E42F29;
}
.BgClassName
{
background-color: #E42F29;
}
</style>
border-color css
<style>
span { border-color: #E42F29; }
span { border-color: rgb(228,47,41); }
td.TdClassName
{
border-color: #E42F29;
}
.TagClassName
{
border-color: #E42F29;
}
</style>