Shades of Cinnabar #D6473F
Tints of Cinnabar #D6473F
RGB
CMYK
RGB Variations
Color information
#D6473F (or 0xD6473F) is known color: Cinnabar. HEX triplet: D6, 47 and 3F. RGB value is (214,71,63). Sum of RGB (Red+Green+Blue) = 214+71+63=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6473F is #29B8C0. Grayscale: #717171. Windows color (decimal): -2734273 or 4147158. OLE color: 4147158.
HSL color Cylindrical-coordinate representation of color #D6473F: hue angle of 3.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6473F is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 63 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.16 |
| HSL | 3.18º | 0.65% | 0.54% | - |
| HSV(B) | 3.18º | 0.71% | 0.84% | - |
| XYZ | 30.88 | 19.16 | 6.77 | - |
| YUV | 112.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 63 | 0 | 0.67 | 0.71 | 0.16 | 3.18 | 0.65 | 0.54 |
| Hex | D6 | 47 | 3F | 0 | 43 | 47 | 10 | 3 | 41 | 36 |
| Octal | 326 | 107 | 77 | 0 | 103 | 107 | 20 | 3 | 101 | 66 |
| Binary | 11010110 | 1000111 | 111111 | 0 | 1000011 | 1000111 | 10000 | 11 | 1000001 | 110110 |
Color Harmonies of #D6473F
Complementary color
Monochromatic Colors of #D6473F
Black with #D6473F
Text Example
Text Example
White with #D6473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6473F; }
p { color: rgb(214,71,63); }
H1.HeaderClassName
{
color: #D6473F;
}
.AnyTagClassName
{
color: #D6473F;
}
</style>
background-color css
<style>
a { background-color: #D6473F; }
a { background-color: rgb(214,71,63); }
div.DivClassName
{
background-color: #D6473F;
}
.BgClassName
{
background-color: #D6473F;
}
</style>
border-color css
<style>
span { border-color: #D6473F; }
span { border-color: rgb(214,71,63); }
td.TdClassName
{
border-color: #D6473F;
}
.TagClassName
{
border-color: #D6473F;
}
</style>