Shades of Cinnabar #E8453B
Tints of Cinnabar #E8453B
RGB
CMYK
RGB Variations
Color information
#E8453B (or 0xE8453B) is known color: Cinnabar. HEX triplet: E8, 45 and 3B. RGB value is (232,69,59). Sum of RGB (Red+Green+Blue) = 232+69+59=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8453B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8453B is #17BAC4. Grayscale: #747474. Windows color (decimal): -1555141 or 3884520. OLE color: 3884520.
HSL color Cylindrical-coordinate representation of color #E8453B: hue angle of 3.47º degrees, saturation: 0.79, 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 #E8453B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 59 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.09 |
| HSL | 3.47º | 0.79% | 0.57% | - |
| HSV(B) | 3.47º | 0.75% | 0.91% | - |
| XYZ | 36.2 | 21.73 | 6.42 | - |
| YUV | 116.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 59 | 0 | 0.70 | 0.75 | 0.09 | 3.47 | 0.79 | 0.57 |
| Hex | E8 | 45 | 3B | 0 | 46 | 4B | 9 | 3 | 4F | 39 |
| Octal | 350 | 105 | 73 | 0 | 106 | 113 | 11 | 3 | 117 | 71 |
| Binary | 11101000 | 1000101 | 111011 | 0 | 1000110 | 1001011 | 1001 | 11 | 1001111 | 111001 |
Color Harmonies of #E8453B
Complementary color
Monochromatic Colors of #E8453B
Black with #E8453B
Text Example
Text Example
White with #E8453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8453B; }
p { color: rgb(232,69,59); }
H1.HeaderClassName
{
color: #E8453B;
}
.AnyTagClassName
{
color: #E8453B;
}
</style>
background-color css
<style>
a { background-color: #E8453B; }
a { background-color: rgb(232,69,59); }
div.DivClassName
{
background-color: #E8453B;
}
.BgClassName
{
background-color: #E8453B;
}
</style>
border-color css
<style>
span { border-color: #E8453B; }
span { border-color: rgb(232,69,59); }
td.TdClassName
{
border-color: #E8453B;
}
.TagClassName
{
border-color: #E8453B;
}
</style>