Shades of Cinnabar #E9261D
Tints of Cinnabar #E9261D
RGB
CMYK
RGB Variations
Color information
#E9261D (or 0xE9261D) is known color: Cinnabar. HEX triplet: E9, 26 and 1D. RGB value is (233,38,29). Sum of RGB (Red+Green+Blue) = 233+38+29=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9261D is #16D9E2. Grayscale: #5F5F5F. Windows color (decimal): -1497571 or 1910505. OLE color: 1910505.
HSL color Cylindrical-coordinate representation of color #E9261D: hue angle of 2.65º 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 #E9261D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.09 |
| HSL | 2.65º | 0.82% | 0.51% | - |
| HSV(B) | 2.65º | 0.88% | 0.91% | - |
| XYZ | 34.52 | 18.8 | 2.97 | - |
| YUV | 95.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 29 | 0 | 0.84 | 0.88 | 0.09 | 2.65 | 0.82 | 0.51 |
| Hex | E9 | 26 | 1D | 0 | 54 | 58 | 9 | 3 | 52 | 33 |
| Octal | 351 | 46 | 35 | 0 | 124 | 130 | 11 | 3 | 122 | 63 |
| Binary | 11101001 | 100110 | 11101 | 0 | 1010100 | 1011000 | 1001 | 11 | 1010010 | 110011 |
Color Harmonies of #E9261D
Complementary color
Monochromatic Colors of #E9261D
Black with #E9261D
Text Example
Text Example
White with #E9261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9261D; }
p { color: rgb(233,38,29); }
H1.HeaderClassName
{
color: #E9261D;
}
.AnyTagClassName
{
color: #E9261D;
}
</style>
background-color css
<style>
a { background-color: #E9261D; }
a { background-color: rgb(233,38,29); }
div.DivClassName
{
background-color: #E9261D;
}
.BgClassName
{
background-color: #E9261D;
}
</style>
border-color css
<style>
span { border-color: #E9261D; }
span { border-color: rgb(233,38,29); }
td.TdClassName
{
border-color: #E9261D;
}
.TagClassName
{
border-color: #E9261D;
}
</style>