Shades of Cinnabar #D9503A
Tints of Cinnabar #D9503A
RGB
CMYK
RGB Variations
Color information
#D9503A (or 0xD9503A) is known color: Cinnabar. HEX triplet: D9, 50 and 3A. RGB value is (217,80,58). Sum of RGB (Red+Green+Blue) = 217+80+58=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D9503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9503A is #26AFC5. Grayscale: #767676. Windows color (decimal): -2535366 or 3821785. OLE color: 3821785.
HSL color Cylindrical-coordinate representation of color #D9503A: hue angle of 8.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9503A is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 58 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.15 |
| HSL | 8.3º | 0.68% | 0.54% | - |
| HSV(B) | 8.3º | 0.73% | 0.85% | - |
| XYZ | 32.25 | 20.79 | 6.32 | - |
| YUV | 118.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 58 | 0 | 0.63 | 0.73 | 0.15 | 8.3 | 0.68 | 0.54 |
| Hex | D9 | 50 | 3A | 0 | 3F | 49 | F | 8 | 44 | 36 |
| Octal | 331 | 120 | 72 | 0 | 77 | 111 | 17 | 10 | 104 | 66 |
| Binary | 11011001 | 1010000 | 111010 | 0 | 111111 | 1001001 | 1111 | 1000 | 1000100 | 110110 |
Color Harmonies of #D9503A
Complementary color
Monochromatic Colors of #D9503A
Black with #D9503A
Text Example
Text Example
White with #D9503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9503A; }
p { color: rgb(217,80,58); }
H1.HeaderClassName
{
color: #D9503A;
}
.AnyTagClassName
{
color: #D9503A;
}
</style>
background-color css
<style>
a { background-color: #D9503A; }
a { background-color: rgb(217,80,58); }
div.DivClassName
{
background-color: #D9503A;
}
.BgClassName
{
background-color: #D9503A;
}
</style>
border-color css
<style>
span { border-color: #D9503A; }
span { border-color: rgb(217,80,58); }
td.TdClassName
{
border-color: #D9503A;
}
.TagClassName
{
border-color: #D9503A;
}
</style>