Shades of Cinnabar #D94F34
Tints of Cinnabar #D94F34
RGB
CMYK
RGB Variations
Color information
#D94F34 (or 0xD94F34) is known color: Cinnabar. HEX triplet: D9, 4F and 34. RGB value is (217,79,52). Sum of RGB (Red+Green+Blue) = 217+79+52=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F34 is #26B0CB. Grayscale: #757575. Windows color (decimal): -2535628 or 3428313. OLE color: 3428313.
HSL color Cylindrical-coordinate representation of color #D94F34: hue angle of 9.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D94F34 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 52 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.15 |
| HSL | 9.82º | 0.68% | 0.53% | - |
| HSV(B) | 9.82º | 0.76% | 0.85% | - |
| XYZ | 32.03 | 20.59 | 5.54 | - |
| YUV | 117.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 52 | 0 | 0.64 | 0.76 | 0.15 | 9.82 | 0.68 | 0.53 |
| Hex | D9 | 4F | 34 | 0 | 40 | 4C | F | A | 44 | 35 |
| Octal | 331 | 117 | 64 | 0 | 100 | 114 | 17 | 12 | 104 | 65 |
| Binary | 11011001 | 1001111 | 110100 | 0 | 1000000 | 1001100 | 1111 | 1010 | 1000100 | 110101 |
Color Harmonies of #D94F34
Complementary color
Monochromatic Colors of #D94F34
Black with #D94F34
Text Example
Text Example
White with #D94F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F34; }
p { color: rgb(217,79,52); }
H1.HeaderClassName
{
color: #D94F34;
}
.AnyTagClassName
{
color: #D94F34;
}
</style>
background-color css
<style>
a { background-color: #D94F34; }
a { background-color: rgb(217,79,52); }
div.DivClassName
{
background-color: #D94F34;
}
.BgClassName
{
background-color: #D94F34;
}
</style>
border-color css
<style>
span { border-color: #D94F34; }
span { border-color: rgb(217,79,52); }
td.TdClassName
{
border-color: #D94F34;
}
.TagClassName
{
border-color: #D94F34;
}
</style>