Shades of Cinnabar #E7471C
Tints of Cinnabar #E7471C
RGB
CMYK
RGB Variations
Color information
#E7471C (or 0xE7471C) is known color: Cinnabar. HEX triplet: E7, 47 and 1C. RGB value is (231,71,28). Sum of RGB (Red+Green+Blue) = 231+71+28=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7471C is #18B8E3. Grayscale: #727272. Windows color (decimal): -1620196 or 1853415. OLE color: 1853415.
HSL color Cylindrical-coordinate representation of color #E7471C: hue angle of 12.71º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7471C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 28 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.09 |
| HSL | 12.71º | 0.81% | 0.51% | - |
| HSV(B) | 12.71º | 0.88% | 0.91% | - |
| XYZ | 35.42 | 21.58 | 3.4 | - |
| YUV | 113.94 | 79.51 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 28 | 0 | 0.69 | 0.88 | 0.09 | 12.71 | 0.81 | 0.51 |
| Hex | E7 | 47 | 1C | 0 | 45 | 58 | 9 | D | 51 | 33 |
| Octal | 347 | 107 | 34 | 0 | 105 | 130 | 11 | 15 | 121 | 63 |
| Binary | 11100111 | 1000111 | 11100 | 0 | 1000101 | 1011000 | 1001 | 1101 | 1010001 | 110011 |
Color Harmonies of #E7471C
Complementary color
Monochromatic Colors of #E7471C
Black with #E7471C
Text Example
Text Example
White with #E7471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7471C; }
p { color: rgb(231,71,28); }
H1.HeaderClassName
{
color: #E7471C;
}
.AnyTagClassName
{
color: #E7471C;
}
</style>
background-color css
<style>
a { background-color: #E7471C; }
a { background-color: rgb(231,71,28); }
div.DivClassName
{
background-color: #E7471C;
}
.BgClassName
{
background-color: #E7471C;
}
</style>
border-color css
<style>
span { border-color: #E7471C; }
span { border-color: rgb(231,71,28); }
td.TdClassName
{
border-color: #E7471C;
}
.TagClassName
{
border-color: #E7471C;
}
</style>