Shades of Cinnabar #E6503A
Tints of Cinnabar #E6503A
RGB
CMYK
RGB Variations
Color information
#E6503A (or 0xE6503A) is known color: Cinnabar. HEX triplet: E6, 50 and 3A. RGB value is (230,80,58). Sum of RGB (Red+Green+Blue) = 230+80+58=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E6503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6503A is #19AFC5. Grayscale: #7A7A7A. Windows color (decimal): -1683398 or 3821798. OLE color: 3821798.
HSL color Cylindrical-coordinate representation of color #E6503A: hue angle of 7.67º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6503A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 58 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.10 |
| HSL | 7.67º | 0.77% | 0.56% | - |
| HSV(B) | 7.67º | 0.75% | 0.9% | - |
| XYZ | 36.27 | 22.87 | 6.51 | - |
| YUV | 122.34 | 91.7 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 58 | 0 | 0.65 | 0.75 | 0.10 | 7.67 | 0.77 | 0.56 |
| Hex | E6 | 50 | 3A | 0 | 41 | 4B | A | 8 | 4D | 38 |
| Octal | 346 | 120 | 72 | 0 | 101 | 113 | 12 | 10 | 115 | 70 |
| Binary | 11100110 | 1010000 | 111010 | 0 | 1000001 | 1001011 | 1010 | 1000 | 1001101 | 111000 |
Color Harmonies of #E6503A
Complementary color
Monochromatic Colors of #E6503A
Black with #E6503A
Text Example
Text Example
White with #E6503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6503A; }
p { color: rgb(230,80,58); }
H1.HeaderClassName
{
color: #E6503A;
}
.AnyTagClassName
{
color: #E6503A;
}
</style>
background-color css
<style>
a { background-color: #E6503A; }
a { background-color: rgb(230,80,58); }
div.DivClassName
{
background-color: #E6503A;
}
.BgClassName
{
background-color: #E6503A;
}
</style>
border-color css
<style>
span { border-color: #E6503A; }
span { border-color: rgb(230,80,58); }
td.TdClassName
{
border-color: #E6503A;
}
.TagClassName
{
border-color: #E6503A;
}
</style>