Shades of Cinnabar #E7483A
Tints of Cinnabar #E7483A
RGB
CMYK
RGB Variations
Color information
#E7483A (or 0xE7483A) is known color: Cinnabar. HEX triplet: E7, 48 and 3A. RGB value is (231,72,58). Sum of RGB (Red+Green+Blue) = 231+72+58=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7483A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7483A is #18B7C5. Grayscale: #767676. Windows color (decimal): -1619910 or 3819751. OLE color: 3819751.
HSL color Cylindrical-coordinate representation of color #E7483A: hue angle of 4.86º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E7483A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 58 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.09 |
| HSL | 4.86º | 0.78% | 0.57% | - |
| HSV(B) | 4.86º | 0.75% | 0.91% | - |
| XYZ | 36.04 | 21.93 | 6.34 | - |
| YUV | 117.95 | 94.18 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 58 | 0 | 0.69 | 0.75 | 0.09 | 4.86 | 0.78 | 0.57 |
| Hex | E7 | 48 | 3A | 0 | 45 | 4B | 9 | 5 | 4E | 39 |
| Octal | 347 | 110 | 72 | 0 | 105 | 113 | 11 | 5 | 116 | 71 |
| Binary | 11100111 | 1001000 | 111010 | 0 | 1000101 | 1001011 | 1001 | 101 | 1001110 | 111001 |
Color Harmonies of #E7483A
Complementary color
Monochromatic Colors of #E7483A
Black with #E7483A
Text Example
Text Example
White with #E7483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7483A; }
p { color: rgb(231,72,58); }
H1.HeaderClassName
{
color: #E7483A;
}
.AnyTagClassName
{
color: #E7483A;
}
</style>
background-color css
<style>
a { background-color: #E7483A; }
a { background-color: rgb(231,72,58); }
div.DivClassName
{
background-color: #E7483A;
}
.BgClassName
{
background-color: #E7483A;
}
</style>
border-color css
<style>
span { border-color: #E7483A; }
span { border-color: rgb(231,72,58); }
td.TdClassName
{
border-color: #E7483A;
}
.TagClassName
{
border-color: #E7483A;
}
</style>