Shades of Cinnabar #E6513B
Tints of Cinnabar #E6513B
RGB
CMYK
RGB Variations
Color information
#E6513B (or 0xE6513B) is known color: Cinnabar. HEX triplet: E6, 51 and 3B. RGB value is (230,81,59). Sum of RGB (Red+Green+Blue) = 230+81+59=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6513B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6513B is #19AEC4. Grayscale: #7B7B7B. Windows color (decimal): -1683141 or 3887590. OLE color: 3887590.
HSL color Cylindrical-coordinate representation of color #E6513B: hue angle of 7.72º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6513B is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 59 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.10 |
| HSL | 7.72º | 0.77% | 0.57% | - |
| HSV(B) | 7.72º | 0.74% | 0.9% | - |
| XYZ | 36.36 | 23.02 | 6.67 | - |
| YUV | 123.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 59 | 0 | 0.65 | 0.74 | 0.10 | 7.72 | 0.77 | 0.57 |
| Hex | E6 | 51 | 3B | 0 | 41 | 4A | A | 8 | 4D | 39 |
| Octal | 346 | 121 | 73 | 0 | 101 | 112 | 12 | 10 | 115 | 71 |
| Binary | 11100110 | 1010001 | 111011 | 0 | 1000001 | 1001010 | 1010 | 1000 | 1001101 | 111001 |
Color Harmonies of #E6513B
Complementary color
Monochromatic Colors of #E6513B
Black with #E6513B
Text Example
Text Example
White with #E6513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6513B; }
p { color: rgb(230,81,59); }
H1.HeaderClassName
{
color: #E6513B;
}
.AnyTagClassName
{
color: #E6513B;
}
</style>
background-color css
<style>
a { background-color: #E6513B; }
a { background-color: rgb(230,81,59); }
div.DivClassName
{
background-color: #E6513B;
}
.BgClassName
{
background-color: #E6513B;
}
</style>
border-color css
<style>
span { border-color: #E6513B; }
span { border-color: rgb(230,81,59); }
td.TdClassName
{
border-color: #E6513B;
}
.TagClassName
{
border-color: #E6513B;
}
</style>