Shades of Cinnabar #E7472D
Tints of Cinnabar #E7472D
RGB
CMYK
RGB Variations
Color information
#E7472D (or 0xE7472D) is known color: Cinnabar. HEX triplet: E7, 47 and 2D. RGB value is (231,71,45). Sum of RGB (Red+Green+Blue) = 231+71+45=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7472D is #18B8D2. Grayscale: #747474. Windows color (decimal): -1620179 or 2967527. OLE color: 2967527.
HSL color Cylindrical-coordinate representation of color #E7472D: hue angle of 8.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7472D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 45 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.09 |
| HSL | 8.39º | 0.79% | 0.54% | - |
| HSV(B) | 8.39º | 0.81% | 0.91% | - |
| XYZ | 35.68 | 21.68 | 4.79 | - |
| YUV | 115.88 | 88.01 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 45 | 0 | 0.69 | 0.81 | 0.09 | 8.39 | 0.79 | 0.54 |
| Hex | E7 | 47 | 2D | 0 | 45 | 51 | 9 | 8 | 4F | 36 |
| Octal | 347 | 107 | 55 | 0 | 105 | 121 | 11 | 10 | 117 | 66 |
| Binary | 11100111 | 1000111 | 101101 | 0 | 1000101 | 1010001 | 1001 | 1000 | 1001111 | 110110 |
Color Harmonies of #E7472D
Complementary color
Monochromatic Colors of #E7472D
Black with #E7472D
Text Example
Text Example
White with #E7472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7472D; }
p { color: rgb(231,71,45); }
H1.HeaderClassName
{
color: #E7472D;
}
.AnyTagClassName
{
color: #E7472D;
}
</style>
background-color css
<style>
a { background-color: #E7472D; }
a { background-color: rgb(231,71,45); }
div.DivClassName
{
background-color: #E7472D;
}
.BgClassName
{
background-color: #E7472D;
}
</style>
border-color css
<style>
span { border-color: #E7472D; }
span { border-color: rgb(231,71,45); }
td.TdClassName
{
border-color: #E7472D;
}
.TagClassName
{
border-color: #E7472D;
}
</style>