Shades of Cinnabar #E9381B
Tints of Cinnabar #E9381B
RGB
CMYK
RGB Variations
Color information
#E9381B (or 0xE9381B) is known color: Cinnabar. HEX triplet: E9, 38 and 1B. RGB value is (233,56,27). Sum of RGB (Red+Green+Blue) = 233+56+27=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E9381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9381B is #16C7E4. Grayscale: #696969. Windows color (decimal): -1492965 or 1784041. OLE color: 1784041.
HSL color Cylindrical-coordinate representation of color #E9381B: hue angle of 8.45º 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 #E9381B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 27 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.09 |
| HSL | 8.45º | 0.82% | 0.51% | - |
| HSV(B) | 8.45º | 0.88% | 0.91% | - |
| XYZ | 35.22 | 20.23 | 3.09 | - |
| YUV | 105.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 27 | 0 | 0.76 | 0.88 | 0.09 | 8.45 | 0.82 | 0.51 |
| Hex | E9 | 38 | 1B | 0 | 4C | 58 | 9 | 8 | 52 | 33 |
| Octal | 351 | 70 | 33 | 0 | 114 | 130 | 11 | 10 | 122 | 63 |
| Binary | 11101001 | 111000 | 11011 | 0 | 1001100 | 1011000 | 1001 | 1000 | 1010010 | 110011 |
Color Harmonies of #E9381B
Complementary color
Monochromatic Colors of #E9381B
Black with #E9381B
Text Example
Text Example
White with #E9381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9381B; }
p { color: rgb(233,56,27); }
H1.HeaderClassName
{
color: #E9381B;
}
.AnyTagClassName
{
color: #E9381B;
}
</style>
background-color css
<style>
a { background-color: #E9381B; }
a { background-color: rgb(233,56,27); }
div.DivClassName
{
background-color: #E9381B;
}
.BgClassName
{
background-color: #E9381B;
}
</style>
border-color css
<style>
span { border-color: #E9381B; }
span { border-color: rgb(233,56,27); }
td.TdClassName
{
border-color: #E9381B;
}
.TagClassName
{
border-color: #E9381B;
}
</style>