Shades of Cinnabar #E82C1D
Tints of Cinnabar #E82C1D
RGB
CMYK
RGB Variations
Color information
#E82C1D (or 0xE82C1D) is known color: Cinnabar. HEX triplet: E8, 2C and 1D. RGB value is (232,44,29). Sum of RGB (Red+Green+Blue) = 232+44+29=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C1D is #17D3E2. Grayscale: #626262. Windows color (decimal): -1561571 or 1912040. OLE color: 1912040.
HSL color Cylindrical-coordinate representation of color #E82C1D: hue angle of 4.43º 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 #E82C1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.09 |
| HSL | 4.43º | 0.82% | 0.51% | - |
| HSV(B) | 4.43º | 0.88% | 0.91% | - |
| XYZ | 34.4 | 19.05 | 3.03 | - |
| YUV | 98.5 | 88.78 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 29 | 0 | 0.81 | 0.88 | 0.09 | 4.43 | 0.82 | 0.51 |
| Hex | E8 | 2C | 1D | 0 | 51 | 58 | 9 | 4 | 52 | 33 |
| Octal | 350 | 54 | 35 | 0 | 121 | 130 | 11 | 4 | 122 | 63 |
| Binary | 11101000 | 101100 | 11101 | 0 | 1010001 | 1011000 | 1001 | 100 | 1010010 | 110011 |
Color Harmonies of #E82C1D
Complementary color
Monochromatic Colors of #E82C1D
Black with #E82C1D
Text Example
Text Example
White with #E82C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C1D; }
p { color: rgb(232,44,29); }
H1.HeaderClassName
{
color: #E82C1D;
}
.AnyTagClassName
{
color: #E82C1D;
}
</style>
background-color css
<style>
a { background-color: #E82C1D; }
a { background-color: rgb(232,44,29); }
div.DivClassName
{
background-color: #E82C1D;
}
.BgClassName
{
background-color: #E82C1D;
}
</style>
border-color css
<style>
span { border-color: #E82C1D; }
span { border-color: rgb(232,44,29); }
td.TdClassName
{
border-color: #E82C1D;
}
.TagClassName
{
border-color: #E82C1D;
}
</style>