Shades of Cinnabar #E9341F
Tints of Cinnabar #E9341F
RGB
CMYK
RGB Variations
Color information
#E9341F (or 0xE9341F) is known color: Cinnabar. HEX triplet: E9, 34 and 1F. RGB value is (233,52,31). Sum of RGB (Red+Green+Blue) = 233+52+31=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E9341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9341F is #16CBE0. Grayscale: #676767. Windows color (decimal): -1493985 or 2045161. OLE color: 2045161.
HSL color Cylindrical-coordinate representation of color #E9341F: hue angle of 6.24º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9341F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 31 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.09 |
| HSL | 6.24º | 0.82% | 0.52% | - |
| HSV(B) | 6.24º | 0.87% | 0.91% | - |
| XYZ | 35.08 | 19.88 | 3.28 | - |
| YUV | 103.73 | 86.97 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 31 | 0 | 0.78 | 0.87 | 0.09 | 6.24 | 0.82 | 0.52 |
| Hex | E9 | 34 | 1F | 0 | 4E | 57 | 9 | 6 | 52 | 34 |
| Octal | 351 | 64 | 37 | 0 | 116 | 127 | 11 | 6 | 122 | 64 |
| Binary | 11101001 | 110100 | 11111 | 0 | 1001110 | 1010111 | 1001 | 110 | 1010010 | 110100 |
Color Harmonies of #E9341F
Complementary color
Monochromatic Colors of #E9341F
Black with #E9341F
Text Example
Text Example
White with #E9341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9341F; }
p { color: rgb(233,52,31); }
H1.HeaderClassName
{
color: #E9341F;
}
.AnyTagClassName
{
color: #E9341F;
}
</style>
background-color css
<style>
a { background-color: #E9341F; }
a { background-color: rgb(233,52,31); }
div.DivClassName
{
background-color: #E9341F;
}
.BgClassName
{
background-color: #E9341F;
}
</style>
border-color css
<style>
span { border-color: #E9341F; }
span { border-color: rgb(233,52,31); }
td.TdClassName
{
border-color: #E9341F;
}
.TagClassName
{
border-color: #E9341F;
}
</style>