Shades of Cinnabar #E9413B
Tints of Cinnabar #E9413B
RGB
CMYK
RGB Variations
Color information
#E9413B (or 0xE9413B) is known color: Cinnabar. HEX triplet: E9, 41 and 3B. RGB value is (233,65,59). Sum of RGB (Red+Green+Blue) = 233+65+59=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E9413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9413B is #16BEC4. Grayscale: #727272. Windows color (decimal): -1490629 or 3883497. OLE color: 3883497.
HSL color Cylindrical-coordinate representation of color #E9413B: hue angle of 2.07º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E9413B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 59 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.09 |
| HSL | 2.07º | 0.8% | 0.57% | - |
| HSV(B) | 2.07º | 0.75% | 0.91% | - |
| XYZ | 36.28 | 21.42 | 6.36 | - |
| YUV | 114.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 59 | 0 | 0.72 | 0.75 | 0.09 | 2.07 | 0.8 | 0.57 |
| Hex | E9 | 41 | 3B | 0 | 48 | 4B | 9 | 2 | 50 | 39 |
| Octal | 351 | 101 | 73 | 0 | 110 | 113 | 11 | 2 | 120 | 71 |
| Binary | 11101001 | 1000001 | 111011 | 0 | 1001000 | 1001011 | 1001 | 10 | 1010000 | 111001 |
Color Harmonies of #E9413B
Complementary color
Monochromatic Colors of #E9413B
Black with #E9413B
Text Example
Text Example
White with #E9413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9413B; }
p { color: rgb(233,65,59); }
H1.HeaderClassName
{
color: #E9413B;
}
.AnyTagClassName
{
color: #E9413B;
}
</style>
background-color css
<style>
a { background-color: #E9413B; }
a { background-color: rgb(233,65,59); }
div.DivClassName
{
background-color: #E9413B;
}
.BgClassName
{
background-color: #E9413B;
}
</style>
border-color css
<style>
span { border-color: #E9413B; }
span { border-color: rgb(233,65,59); }
td.TdClassName
{
border-color: #E9413B;
}
.TagClassName
{
border-color: #E9413B;
}
</style>