Shades of Cinnabar #D94F38
Tints of Cinnabar #D94F38
RGB
CMYK
RGB Variations
Color information
#D94F38 (or 0xD94F38) is known color: Cinnabar. HEX triplet: D9, 4F and 38. RGB value is (217,79,56). Sum of RGB (Red+Green+Blue) = 217+79+56=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F38 is #26B0C7. Grayscale: #757575. Windows color (decimal): -2535624 or 3690457. OLE color: 3690457.
HSL color Cylindrical-coordinate representation of color #D94F38: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D94F38 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 56 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.15 |
| HSL | 8.57º | 0.68% | 0.54% | - |
| HSV(B) | 8.57º | 0.74% | 0.85% | - |
| XYZ | 32.13 | 20.63 | 6.03 | - |
| YUV | 117.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 56 | 0 | 0.64 | 0.74 | 0.15 | 8.57 | 0.68 | 0.54 |
| Hex | D9 | 4F | 38 | 0 | 40 | 4A | F | 9 | 44 | 36 |
| Octal | 331 | 117 | 70 | 0 | 100 | 112 | 17 | 11 | 104 | 66 |
| Binary | 11011001 | 1001111 | 111000 | 0 | 1000000 | 1001010 | 1111 | 1001 | 1000100 | 110110 |
Color Harmonies of #D94F38
Complementary color
Monochromatic Colors of #D94F38
Black with #D94F38
Text Example
Text Example
White with #D94F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F38; }
p { color: rgb(217,79,56); }
H1.HeaderClassName
{
color: #D94F38;
}
.AnyTagClassName
{
color: #D94F38;
}
</style>
background-color css
<style>
a { background-color: #D94F38; }
a { background-color: rgb(217,79,56); }
div.DivClassName
{
background-color: #D94F38;
}
.BgClassName
{
background-color: #D94F38;
}
</style>
border-color css
<style>
span { border-color: #D94F38; }
span { border-color: rgb(217,79,56); }
td.TdClassName
{
border-color: #D94F38;
}
.TagClassName
{
border-color: #D94F38;
}
</style>