Shades of Cinnabar #E8481F
Tints of Cinnabar #E8481F
RGB
CMYK
RGB Variations
Color information
#E8481F (or 0xE8481F) is known color: Cinnabar. HEX triplet: E8, 48 and 1F. RGB value is (232,72,31). Sum of RGB (Red+Green+Blue) = 232+72+31=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E8481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8481F is #17B7E0. Grayscale: #737373. Windows color (decimal): -1554401 or 2050280. OLE color: 2050280.
HSL color Cylindrical-coordinate representation of color #E8481F: hue angle of 12.24º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8481F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 31 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.09 |
| HSL | 12.24º | 0.81% | 0.52% | - |
| HSV(B) | 12.24º | 0.87% | 0.91% | - |
| XYZ | 35.84 | 21.89 | 3.63 | - |
| YUV | 115.17 | 80.51 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 31 | 0 | 0.69 | 0.87 | 0.09 | 12.24 | 0.81 | 0.52 |
| Hex | E8 | 48 | 1F | 0 | 45 | 57 | 9 | C | 51 | 34 |
| Octal | 350 | 110 | 37 | 0 | 105 | 127 | 11 | 14 | 121 | 64 |
| Binary | 11101000 | 1001000 | 11111 | 0 | 1000101 | 1010111 | 1001 | 1100 | 1010001 | 110100 |
Color Harmonies of #E8481F
Complementary color
Monochromatic Colors of #E8481F
Black with #E8481F
Text Example
Text Example
White with #E8481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8481F; }
p { color: rgb(232,72,31); }
H1.HeaderClassName
{
color: #E8481F;
}
.AnyTagClassName
{
color: #E8481F;
}
</style>
background-color css
<style>
a { background-color: #E8481F; }
a { background-color: rgb(232,72,31); }
div.DivClassName
{
background-color: #E8481F;
}
.BgClassName
{
background-color: #E8481F;
}
</style>
border-color css
<style>
span { border-color: #E8481F; }
span { border-color: rgb(232,72,31); }
td.TdClassName
{
border-color: #E8481F;
}
.TagClassName
{
border-color: #E8481F;
}
</style>