Shades of Cinnabar #D9473E
Tints of Cinnabar #D9473E
RGB
CMYK
RGB Variations
Color information
#D9473E (or 0xD9473E) is known color: Cinnabar. HEX triplet: D9, 47 and 3E. RGB value is (217,71,62). Sum of RGB (Red+Green+Blue) = 217+71+62=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9473E is #26B8C1. Grayscale: #717171. Windows color (decimal): -2537666 or 4081625. OLE color: 4081625.
HSL color Cylindrical-coordinate representation of color #D9473E: hue angle of 3.48º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9473E is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 62 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.15 |
| HSL | 3.48º | 0.67% | 0.55% | - |
| HSV(B) | 3.48º | 0.71% | 0.85% | - |
| XYZ | 31.74 | 19.61 | 6.67 | - |
| YUV | 113.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 62 | 0 | 0.67 | 0.71 | 0.15 | 3.48 | 0.67 | 0.55 |
| Hex | D9 | 47 | 3E | 0 | 43 | 47 | F | 3 | 43 | 37 |
| Octal | 331 | 107 | 76 | 0 | 103 | 107 | 17 | 3 | 103 | 67 |
| Binary | 11011001 | 1000111 | 111110 | 0 | 1000011 | 1000111 | 1111 | 11 | 1000011 | 110111 |
Color Harmonies of #D9473E
Complementary color
Monochromatic Colors of #D9473E
Black with #D9473E
Text Example
Text Example
White with #D9473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9473E; }
p { color: rgb(217,71,62); }
H1.HeaderClassName
{
color: #D9473E;
}
.AnyTagClassName
{
color: #D9473E;
}
</style>
background-color css
<style>
a { background-color: #D9473E; }
a { background-color: rgb(217,71,62); }
div.DivClassName
{
background-color: #D9473E;
}
.BgClassName
{
background-color: #D9473E;
}
</style>
border-color css
<style>
span { border-color: #D9473E; }
span { border-color: rgb(217,71,62); }
td.TdClassName
{
border-color: #D9473E;
}
.TagClassName
{
border-color: #D9473E;
}
</style>