Shades of Cinnabar #E8481B
Tints of Cinnabar #E8481B
RGB
CMYK
RGB Variations
Color information
#E8481B (or 0xE8481B) is known color: Cinnabar. HEX triplet: E8, 48 and 1B. RGB value is (232,72,27). Sum of RGB (Red+Green+Blue) = 232+72+27=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8481B is #17B7E4. Grayscale: #737373. Windows color (decimal): -1554405 or 1788136. OLE color: 1788136.
HSL color Cylindrical-coordinate representation of color #E8481B: hue angle of 13.17º degrees, saturation: 0.82, 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 #E8481B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.09 |
| HSL | 13.17º | 0.82% | 0.51% | - |
| HSV(B) | 13.17º | 0.88% | 0.91% | - |
| XYZ | 35.79 | 21.87 | 3.37 | - |
| YUV | 114.71 | 78.51 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 27 | 0 | 0.69 | 0.88 | 0.09 | 13.17 | 0.82 | 0.51 |
| Hex | E8 | 48 | 1B | 0 | 45 | 58 | 9 | D | 52 | 33 |
| Octal | 350 | 110 | 33 | 0 | 105 | 130 | 11 | 15 | 122 | 63 |
| Binary | 11101000 | 1001000 | 11011 | 0 | 1000101 | 1011000 | 1001 | 1101 | 1010010 | 110011 |
Color Harmonies of #E8481B
Complementary color
Monochromatic Colors of #E8481B
Black with #E8481B
Text Example
Text Example
White with #E8481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8481B; }
p { color: rgb(232,72,27); }
H1.HeaderClassName
{
color: #E8481B;
}
.AnyTagClassName
{
color: #E8481B;
}
</style>
background-color css
<style>
a { background-color: #E8481B; }
a { background-color: rgb(232,72,27); }
div.DivClassName
{
background-color: #E8481B;
}
.BgClassName
{
background-color: #E8481B;
}
</style>
border-color css
<style>
span { border-color: #E8481B; }
span { border-color: rgb(232,72,27); }
td.TdClassName
{
border-color: #E8481B;
}
.TagClassName
{
border-color: #E8481B;
}
</style>