Shades of Cinnabar #E8261D
Tints of Cinnabar #E8261D
RGB
CMYK
RGB Variations
Color information
#E8261D (or 0xE8261D) is known color: Cinnabar. HEX triplet: E8, 26 and 1D. RGB value is (232,38,29). Sum of RGB (Red+Green+Blue) = 232+38+29=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8261D is #17D9E2. Grayscale: #5F5F5F. Windows color (decimal): -1563107 or 1910504. OLE color: 1910504.
HSL color Cylindrical-coordinate representation of color #E8261D: hue angle of 2.66º 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 #E8261D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.09 |
| HSL | 2.66º | 0.82% | 0.51% | - |
| HSV(B) | 2.66º | 0.88% | 0.91% | - |
| XYZ | 34.19 | 18.63 | 2.96 | - |
| YUV | 94.98 | 90.77 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 29 | 0 | 0.84 | 0.88 | 0.09 | 2.66 | 0.82 | 0.51 |
| Hex | E8 | 26 | 1D | 0 | 54 | 58 | 9 | 3 | 52 | 33 |
| Octal | 350 | 46 | 35 | 0 | 124 | 130 | 11 | 3 | 122 | 63 |
| Binary | 11101000 | 100110 | 11101 | 0 | 1010100 | 1011000 | 1001 | 11 | 1010010 | 110011 |
Color Harmonies of #E8261D
Complementary color
Monochromatic Colors of #E8261D
Black with #E8261D
Text Example
Text Example
White with #E8261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8261D; }
p { color: rgb(232,38,29); }
H1.HeaderClassName
{
color: #E8261D;
}
.AnyTagClassName
{
color: #E8261D;
}
</style>
background-color css
<style>
a { background-color: #E8261D; }
a { background-color: rgb(232,38,29); }
div.DivClassName
{
background-color: #E8261D;
}
.BgClassName
{
background-color: #E8261D;
}
</style>
border-color css
<style>
span { border-color: #E8261D; }
span { border-color: rgb(232,38,29); }
td.TdClassName
{
border-color: #E8261D;
}
.TagClassName
{
border-color: #E8261D;
}
</style>