Shades of Cinnabar #E7361B
Tints of Cinnabar #E7361B
RGB
CMYK
RGB Variations
Color information
#E7361B (or 0xE7361B) is known color: Cinnabar. HEX triplet: E7, 36 and 1B. RGB value is (231,54,27). Sum of RGB (Red+Green+Blue) = 231+54+27=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E7361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7361B is #18C9E4. Grayscale: #686868. Windows color (decimal): -1624549 or 1783527. OLE color: 1783527.
HSL color Cylindrical-coordinate representation of color #E7361B: hue angle of 7.94º degrees, saturation: 0.81, 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 #E7361B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 54 | 27 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.09 |
| HSL | 7.94º | 0.81% | 0.51% | - |
| HSV(B) | 7.94º | 0.88% | 0.91% | - |
| XYZ | 34.47 | 19.71 | 3.02 | - |
| YUV | 103.85 | 84.64 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 54 | 27 | 0 | 0.77 | 0.88 | 0.09 | 7.94 | 0.81 | 0.51 |
| Hex | E7 | 36 | 1B | 0 | 4D | 58 | 9 | 8 | 51 | 33 |
| Octal | 347 | 66 | 33 | 0 | 115 | 130 | 11 | 10 | 121 | 63 |
| Binary | 11100111 | 110110 | 11011 | 0 | 1001101 | 1011000 | 1001 | 1000 | 1010001 | 110011 |
Color Harmonies of #E7361B
Complementary color
Monochromatic Colors of #E7361B
Black with #E7361B
Text Example
Text Example
White with #E7361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7361B; }
p { color: rgb(231,54,27); }
H1.HeaderClassName
{
color: #E7361B;
}
.AnyTagClassName
{
color: #E7361B;
}
</style>
background-color css
<style>
a { background-color: #E7361B; }
a { background-color: rgb(231,54,27); }
div.DivClassName
{
background-color: #E7361B;
}
.BgClassName
{
background-color: #E7361B;
}
</style>
border-color css
<style>
span { border-color: #E7361B; }
span { border-color: rgb(231,54,27); }
td.TdClassName
{
border-color: #E7361B;
}
.TagClassName
{
border-color: #E7361B;
}
</style>