Shades of Cinnabar #E83A1B
Tints of Cinnabar #E83A1B
RGB
CMYK
RGB Variations
Color information
#E83A1B (or 0xE83A1B) is known color: Cinnabar. HEX triplet: E8, 3A and 1B. RGB value is (232,58,27). Sum of RGB (Red+Green+Blue) = 232+58+27=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E83A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83A1B is #17C5E4. Grayscale: #6A6A6A. Windows color (decimal): -1557989 or 1784552. OLE color: 1784552.
HSL color Cylindrical-coordinate representation of color #E83A1B: hue angle of 9.07º 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 #E83A1B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 27 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.09 |
| HSL | 9.07º | 0.82% | 0.51% | - |
| HSV(B) | 9.07º | 0.88% | 0.91% | - |
| XYZ | 34.99 | 20.26 | 3.1 | - |
| YUV | 106.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 27 | 0 | 0.75 | 0.88 | 0.09 | 9.07 | 0.82 | 0.51 |
| Hex | E8 | 3A | 1B | 0 | 4B | 58 | 9 | 9 | 52 | 33 |
| Octal | 350 | 72 | 33 | 0 | 113 | 130 | 11 | 11 | 122 | 63 |
| Binary | 11101000 | 111010 | 11011 | 0 | 1001011 | 1011000 | 1001 | 1001 | 1010010 | 110011 |
Color Harmonies of #E83A1B
Complementary color
Monochromatic Colors of #E83A1B
Black with #E83A1B
Text Example
Text Example
White with #E83A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83A1B; }
p { color: rgb(232,58,27); }
H1.HeaderClassName
{
color: #E83A1B;
}
.AnyTagClassName
{
color: #E83A1B;
}
</style>
background-color css
<style>
a { background-color: #E83A1B; }
a { background-color: rgb(232,58,27); }
div.DivClassName
{
background-color: #E83A1B;
}
.BgClassName
{
background-color: #E83A1B;
}
</style>
border-color css
<style>
span { border-color: #E83A1B; }
span { border-color: rgb(232,58,27); }
td.TdClassName
{
border-color: #E83A1B;
}
.TagClassName
{
border-color: #E83A1B;
}
</style>