Shades of Cinnabar #D94F37
Tints of Cinnabar #D94F37
RGB
CMYK
RGB Variations
Color information
#D94F37 (or 0xD94F37) is known color: Cinnabar. HEX triplet: D9, 4F and 37. RGB value is (217,79,55). Sum of RGB (Red+Green+Blue) = 217+79+55=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F37 is #26B0C8. Grayscale: #757575. Windows color (decimal): -2535625 or 3624921. OLE color: 3624921.
HSL color Cylindrical-coordinate representation of color #D94F37: hue angle of 8.89º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D94F37 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 55 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.15 |
| HSL | 8.89º | 0.68% | 0.53% | - |
| HSV(B) | 8.89º | 0.75% | 0.85% | - |
| XYZ | 32.1 | 20.62 | 5.9 | - |
| YUV | 117.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 55 | 0 | 0.64 | 0.75 | 0.15 | 8.89 | 0.68 | 0.53 |
| Hex | D9 | 4F | 37 | 0 | 40 | 4B | F | 9 | 44 | 35 |
| Octal | 331 | 117 | 67 | 0 | 100 | 113 | 17 | 11 | 104 | 65 |
| Binary | 11011001 | 1001111 | 110111 | 0 | 1000000 | 1001011 | 1111 | 1001 | 1000100 | 110101 |
Color Harmonies of #D94F37
Complementary color
Monochromatic Colors of #D94F37
Black with #D94F37
Text Example
Text Example
White with #D94F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F37; }
p { color: rgb(217,79,55); }
H1.HeaderClassName
{
color: #D94F37;
}
.AnyTagClassName
{
color: #D94F37;
}
</style>
background-color css
<style>
a { background-color: #D94F37; }
a { background-color: rgb(217,79,55); }
div.DivClassName
{
background-color: #D94F37;
}
.BgClassName
{
background-color: #D94F37;
}
</style>
border-color css
<style>
span { border-color: #D94F37; }
span { border-color: rgb(217,79,55); }
td.TdClassName
{
border-color: #D94F37;
}
.TagClassName
{
border-color: #D94F37;
}
</style>