Shades of Cinnabar #E7483B
Tints of Cinnabar #E7483B
RGB
CMYK
RGB Variations
Color information
#E7483B (or 0xE7483B) is known color: Cinnabar. HEX triplet: E7, 48 and 3B. RGB value is (231,72,59). Sum of RGB (Red+Green+Blue) = 231+72+59=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7483B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7483B is #18B7C4. Grayscale: #767676. Windows color (decimal): -1619909 or 3885287. OLE color: 3885287.
HSL color Cylindrical-coordinate representation of color #E7483B: hue angle of 4.53º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7483B is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 59 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.09 |
| HSL | 4.53º | 0.78% | 0.57% | - |
| HSV(B) | 4.53º | 0.74% | 0.91% | - |
| XYZ | 36.06 | 21.94 | 6.47 | - |
| YUV | 118.06 | 94.68 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 59 | 0 | 0.69 | 0.74 | 0.09 | 4.53 | 0.78 | 0.57 |
| Hex | E7 | 48 | 3B | 0 | 45 | 4A | 9 | 5 | 4E | 39 |
| Octal | 347 | 110 | 73 | 0 | 105 | 112 | 11 | 5 | 116 | 71 |
| Binary | 11100111 | 1001000 | 111011 | 0 | 1000101 | 1001010 | 1001 | 101 | 1001110 | 111001 |
Color Harmonies of #E7483B
Complementary color
Monochromatic Colors of #E7483B
Black with #E7483B
Text Example
Text Example
White with #E7483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7483B; }
p { color: rgb(231,72,59); }
H1.HeaderClassName
{
color: #E7483B;
}
.AnyTagClassName
{
color: #E7483B;
}
</style>
background-color css
<style>
a { background-color: #E7483B; }
a { background-color: rgb(231,72,59); }
div.DivClassName
{
background-color: #E7483B;
}
.BgClassName
{
background-color: #E7483B;
}
</style>
border-color css
<style>
span { border-color: #E7483B; }
span { border-color: rgb(231,72,59); }
td.TdClassName
{
border-color: #E7483B;
}
.TagClassName
{
border-color: #E7483B;
}
</style>