Shades of Cinnabar #D94521
Tints of Cinnabar #D94521
RGB
CMYK
RGB Variations
Color information
#D94521 (or 0xD94521) is known color: Cinnabar. HEX triplet: D9, 45 and 21. RGB value is (217,69,33). Sum of RGB (Red+Green+Blue) = 217+69+33=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D94521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94521 is #26BADE. Grayscale: #6D6D6D. Windows color (decimal): -2538207 or 2180569. OLE color: 2180569.
HSL color Cylindrical-coordinate representation of color #D94521: hue angle of 11.74º 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 #D94521 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.15 |
| HSL | 11.74º | 0.74% | 0.49% | - |
| HSV(B) | 11.74º | 0.85% | 0.85% | - |
| XYZ | 31.02 | 19.12 | 3.49 | - |
| YUV | 109.15 | 85.03 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 33 | 0 | 0.68 | 0.85 | 0.15 | 11.74 | 0.74 | 0.49 |
| Hex | D9 | 45 | 21 | 0 | 44 | 55 | F | C | 4A | 31 |
| Octal | 331 | 105 | 41 | 0 | 104 | 125 | 17 | 14 | 112 | 61 |
| Binary | 11011001 | 1000101 | 100001 | 0 | 1000100 | 1010101 | 1111 | 1100 | 1001010 | 110001 |
Color Harmonies of #D94521
Complementary color
Monochromatic Colors of #D94521
Black with #D94521
Text Example
Text Example
White with #D94521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94521; }
p { color: rgb(217,69,33); }
H1.HeaderClassName
{
color: #D94521;
}
.AnyTagClassName
{
color: #D94521;
}
</style>
background-color css
<style>
a { background-color: #D94521; }
a { background-color: rgb(217,69,33); }
div.DivClassName
{
background-color: #D94521;
}
.BgClassName
{
background-color: #D94521;
}
</style>
border-color css
<style>
span { border-color: #D94521; }
span { border-color: rgb(217,69,33); }
td.TdClassName
{
border-color: #D94521;
}
.TagClassName
{
border-color: #D94521;
}
</style>