Shades of Cinnabar #E82F2B
Tints of Cinnabar #E82F2B
RGB
CMYK
RGB Variations
Color information
#E82F2B (or 0xE82F2B) is known color: Cinnabar. HEX triplet: E8, 2F and 2B. RGB value is (232,47,43). Sum of RGB (Red+Green+Blue) = 232+47+43=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F2B is #17D0D4. Grayscale: #666666. Windows color (decimal): -1560789 or 2830312. OLE color: 2830312.
HSL color Cylindrical-coordinate representation of color #E82F2B: hue angle of 1.27º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82F2B is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 43 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.09 |
| HSL | 1.27º | 0.8% | 0.54% | - |
| HSV(B) | 1.27º | 0.81% | 0.91% | - |
| XYZ | 34.73 | 19.36 | 4.19 | - |
| YUV | 101.86 | 94.79 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 43 | 0 | 0.80 | 0.81 | 0.09 | 1.27 | 0.8 | 0.54 |
| Hex | E8 | 2F | 2B | 0 | 50 | 51 | 9 | 1 | 50 | 36 |
| Octal | 350 | 57 | 53 | 0 | 120 | 121 | 11 | 1 | 120 | 66 |
| Binary | 11101000 | 101111 | 101011 | 0 | 1010000 | 1010001 | 1001 | 1 | 1010000 | 110110 |
Color Harmonies of #E82F2B
Complementary color
Monochromatic Colors of #E82F2B
Black with #E82F2B
Text Example
Text Example
White with #E82F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F2B; }
p { color: rgb(232,47,43); }
H1.HeaderClassName
{
color: #E82F2B;
}
.AnyTagClassName
{
color: #E82F2B;
}
</style>
background-color css
<style>
a { background-color: #E82F2B; }
a { background-color: rgb(232,47,43); }
div.DivClassName
{
background-color: #E82F2B;
}
.BgClassName
{
background-color: #E82F2B;
}
</style>
border-color css
<style>
span { border-color: #E82F2B; }
span { border-color: rgb(232,47,43); }
td.TdClassName
{
border-color: #E82F2B;
}
.TagClassName
{
border-color: #E82F2B;
}
</style>