Shades of Cinnabar #D94F32
Tints of Cinnabar #D94F32
RGB
CMYK
RGB Variations
Color information
#D94F32 (or 0xD94F32) is known color: Cinnabar. HEX triplet: D9, 4F and 32. RGB value is (217,79,50). Sum of RGB (Red+Green+Blue) = 217+79+50=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F32 is #26B0CD. Grayscale: #757575. Windows color (decimal): -2535630 or 3297241. OLE color: 3297241.
HSL color Cylindrical-coordinate representation of color #D94F32: hue angle of 10.42º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D94F32 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 50 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.15 |
| HSL | 10.42º | 0.69% | 0.52% | - |
| HSV(B) | 10.42º | 0.77% | 0.85% | - |
| XYZ | 31.99 | 20.57 | 5.3 | - |
| YUV | 116.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 50 | 0 | 0.64 | 0.77 | 0.15 | 10.42 | 0.69 | 0.52 |
| Hex | D9 | 4F | 32 | 0 | 40 | 4D | F | A | 45 | 34 |
| Octal | 331 | 117 | 62 | 0 | 100 | 115 | 17 | 12 | 105 | 64 |
| Binary | 11011001 | 1001111 | 110010 | 0 | 1000000 | 1001101 | 1111 | 1010 | 1000101 | 110100 |
Color Harmonies of #D94F32
Complementary color
Monochromatic Colors of #D94F32
Black with #D94F32
Text Example
Text Example
White with #D94F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F32; }
p { color: rgb(217,79,50); }
H1.HeaderClassName
{
color: #D94F32;
}
.AnyTagClassName
{
color: #D94F32;
}
</style>
background-color css
<style>
a { background-color: #D94F32; }
a { background-color: rgb(217,79,50); }
div.DivClassName
{
background-color: #D94F32;
}
.BgClassName
{
background-color: #D94F32;
}
</style>
border-color css
<style>
span { border-color: #D94F32; }
span { border-color: rgb(217,79,50); }
td.TdClassName
{
border-color: #D94F32;
}
.TagClassName
{
border-color: #D94F32;
}
</style>