Shades of Cinnabar #D94921
Tints of Cinnabar #D94921
RGB
CMYK
RGB Variations
Color information
#D94921 (or 0xD94921) is known color: Cinnabar. HEX triplet: D9, 49 and 21. RGB value is (217,73,33). Sum of RGB (Red+Green+Blue) = 217+73+33=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D94921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94921 is #26B6DE. Grayscale: #6F6F6F. Windows color (decimal): -2537183 or 2181593. OLE color: 2181593.
HSL color Cylindrical-coordinate representation of color #D94921: hue angle of 13.04º 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 #D94921 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 33 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.15 |
| HSL | 13.04º | 0.74% | 0.49% | - |
| HSV(B) | 13.04º | 0.85% | 0.85% | - |
| XYZ | 31.27 | 19.63 | 3.58 | - |
| YUV | 111.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 33 | 0 | 0.66 | 0.85 | 0.15 | 13.04 | 0.74 | 0.49 |
| Hex | D9 | 49 | 21 | 0 | 42 | 55 | F | D | 4A | 31 |
| Octal | 331 | 111 | 41 | 0 | 102 | 125 | 17 | 15 | 112 | 61 |
| Binary | 11011001 | 1001001 | 100001 | 0 | 1000010 | 1010101 | 1111 | 1101 | 1001010 | 110001 |
Color Harmonies of #D94921
Complementary color
Monochromatic Colors of #D94921
Black with #D94921
Text Example
Text Example
White with #D94921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94921; }
p { color: rgb(217,73,33); }
H1.HeaderClassName
{
color: #D94921;
}
.AnyTagClassName
{
color: #D94921;
}
</style>
background-color css
<style>
a { background-color: #D94921; }
a { background-color: rgb(217,73,33); }
div.DivClassName
{
background-color: #D94921;
}
.BgClassName
{
background-color: #D94921;
}
</style>
border-color css
<style>
span { border-color: #D94921; }
span { border-color: rgb(217,73,33); }
td.TdClassName
{
border-color: #D94921;
}
.TagClassName
{
border-color: #D94921;
}
</style>