Shades of Cinnabar #D9473A
Tints of Cinnabar #D9473A
RGB
CMYK
RGB Variations
Color information
#D9473A (or 0xD9473A) is known color: Cinnabar. HEX triplet: D9, 47 and 3A. RGB value is (217,71,58). Sum of RGB (Red+Green+Blue) = 217+71+58=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9473A is #26B8C5. Grayscale: #717171. Windows color (decimal): -2537670 or 3819481. OLE color: 3819481.
HSL color Cylindrical-coordinate representation of color #D9473A: hue angle of 4.91º 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 #D9473A is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 58 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.15 |
| HSL | 4.91º | 0.68% | 0.54% | - |
| HSV(B) | 4.91º | 0.73% | 0.85% | - |
| XYZ | 31.63 | 19.56 | 6.11 | - |
| YUV | 113.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 58 | 0 | 0.67 | 0.73 | 0.15 | 4.91 | 0.68 | 0.54 |
| Hex | D9 | 47 | 3A | 0 | 43 | 49 | F | 5 | 44 | 36 |
| Octal | 331 | 107 | 72 | 0 | 103 | 111 | 17 | 5 | 104 | 66 |
| Binary | 11011001 | 1000111 | 111010 | 0 | 1000011 | 1001001 | 1111 | 101 | 1000100 | 110110 |
Color Harmonies of #D9473A
Complementary color
Monochromatic Colors of #D9473A
Black with #D9473A
Text Example
Text Example
White with #D9473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9473A; }
p { color: rgb(217,71,58); }
H1.HeaderClassName
{
color: #D9473A;
}
.AnyTagClassName
{
color: #D9473A;
}
</style>
background-color css
<style>
a { background-color: #D9473A; }
a { background-color: rgb(217,71,58); }
div.DivClassName
{
background-color: #D9473A;
}
.BgClassName
{
background-color: #D9473A;
}
</style>
border-color css
<style>
span { border-color: #D9473A; }
span { border-color: rgb(217,71,58); }
td.TdClassName
{
border-color: #D9473A;
}
.TagClassName
{
border-color: #D9473A;
}
</style>