Shades of Cinnabar #E7413F
Tints of Cinnabar #E7413F
RGB
CMYK
RGB Variations
Color information
#E7413F (or 0xE7413F) is known color: Cinnabar. HEX triplet: E7, 41 and 3F. RGB value is (231,65,63). Sum of RGB (Red+Green+Blue) = 231+65+63=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E7413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7413F is #18BEC0. Grayscale: #727272. Windows color (decimal): -1621697 or 4145639. OLE color: 4145639.
HSL color Cylindrical-coordinate representation of color #E7413F: hue angle of 0.71º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7413F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 63 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.09 |
| HSL | 0.71º | 0.78% | 0.58% | - |
| HSV(B) | 0.71º | 0.73% | 0.91% | - |
| XYZ | 35.74 | 21.13 | 6.9 | - |
| YUV | 114.41 | 99 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 63 | 0 | 0.72 | 0.73 | 0.09 | 0.71 | 0.78 | 0.58 |
| Hex | E7 | 41 | 3F | 0 | 48 | 49 | 9 | 1 | 4E | 3A |
| Octal | 347 | 101 | 77 | 0 | 110 | 111 | 11 | 1 | 116 | 72 |
| Binary | 11100111 | 1000001 | 111111 | 0 | 1001000 | 1001001 | 1001 | 1 | 1001110 | 111010 |
Color Harmonies of #E7413F
Complementary color
Monochromatic Colors of #E7413F
Black with #E7413F
Text Example
Text Example
White with #E7413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7413F; }
p { color: rgb(231,65,63); }
H1.HeaderClassName
{
color: #E7413F;
}
.AnyTagClassName
{
color: #E7413F;
}
</style>
background-color css
<style>
a { background-color: #E7413F; }
a { background-color: rgb(231,65,63); }
div.DivClassName
{
background-color: #E7413F;
}
.BgClassName
{
background-color: #E7413F;
}
</style>
border-color css
<style>
span { border-color: #E7413F; }
span { border-color: rgb(231,65,63); }
td.TdClassName
{
border-color: #E7413F;
}
.TagClassName
{
border-color: #E7413F;
}
</style>