Shades of Cinnabar #D94C20
Tints of Cinnabar #D94C20
RGB
CMYK
RGB Variations
Color information
#D94C20 (or 0xD94C20) is known color: Cinnabar. HEX triplet: D9, 4C and 20. RGB value is (217,76,32). Sum of RGB (Red+Green+Blue) = 217+76+32=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C20 is #26B3DF. Grayscale: #717171. Windows color (decimal): -2536416 or 2116825. OLE color: 2116825.
HSL color Cylindrical-coordinate representation of color #D94C20: hue angle of 14.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D94C20 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 32 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.15 |
| HSL | 14.27º | 0.74% | 0.49% | - |
| HSV(B) | 14.27º | 0.85% | 0.85% | - |
| XYZ | 31.46 | 20.02 | 3.57 | - |
| YUV | 113.14 | 82.21 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 32 | 0 | 0.65 | 0.85 | 0.15 | 14.27 | 0.74 | 0.49 |
| Hex | D9 | 4C | 20 | 0 | 41 | 55 | F | E | 4A | 31 |
| Octal | 331 | 114 | 40 | 0 | 101 | 125 | 17 | 16 | 112 | 61 |
| Binary | 11011001 | 1001100 | 100000 | 0 | 1000001 | 1010101 | 1111 | 1110 | 1001010 | 110001 |
Color Harmonies of #D94C20
Complementary color
Monochromatic Colors of #D94C20
Black with #D94C20
Text Example
Text Example
White with #D94C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C20; }
p { color: rgb(217,76,32); }
H1.HeaderClassName
{
color: #D94C20;
}
.AnyTagClassName
{
color: #D94C20;
}
</style>
background-color css
<style>
a { background-color: #D94C20; }
a { background-color: rgb(217,76,32); }
div.DivClassName
{
background-color: #D94C20;
}
.BgClassName
{
background-color: #D94C20;
}
</style>
border-color css
<style>
span { border-color: #D94C20; }
span { border-color: rgb(217,76,32); }
td.TdClassName
{
border-color: #D94C20;
}
.TagClassName
{
border-color: #D94C20;
}
</style>