Shades of Cinnabar #D94021
Tints of Cinnabar #D94021
RGB
CMYK
RGB Variations
Color information
#D94021 (or 0xD94021) is known color: Cinnabar. HEX triplet: D9, 40 and 21. RGB value is (217,64,33). Sum of RGB (Red+Green+Blue) = 217+64+33=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D94021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94021 is #26BFDE. Grayscale: #6A6A6A. Windows color (decimal): -2539487 or 2179289. OLE color: 2179289.
HSL color Cylindrical-coordinate representation of color #D94021: hue angle of 10.11º 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 #D94021 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 33 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.15 |
| HSL | 10.11º | 0.74% | 0.49% | - |
| HSV(B) | 10.11º | 0.85% | 0.85% | - |
| XYZ | 30.72 | 18.53 | 3.4 | - |
| YUV | 106.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 33 | 0 | 0.71 | 0.85 | 0.15 | 10.11 | 0.74 | 0.49 |
| Hex | D9 | 40 | 21 | 0 | 47 | 55 | F | A | 4A | 31 |
| Octal | 331 | 100 | 41 | 0 | 107 | 125 | 17 | 12 | 112 | 61 |
| Binary | 11011001 | 1000000 | 100001 | 0 | 1000111 | 1010101 | 1111 | 1010 | 1001010 | 110001 |
Color Harmonies of #D94021
Complementary color
Monochromatic Colors of #D94021
Black with #D94021
Text Example
Text Example
White with #D94021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94021; }
p { color: rgb(217,64,33); }
H1.HeaderClassName
{
color: #D94021;
}
.AnyTagClassName
{
color: #D94021;
}
</style>
background-color css
<style>
a { background-color: #D94021; }
a { background-color: rgb(217,64,33); }
div.DivClassName
{
background-color: #D94021;
}
.BgClassName
{
background-color: #D94021;
}
</style>
border-color css
<style>
span { border-color: #D94021; }
span { border-color: rgb(217,64,33); }
td.TdClassName
{
border-color: #D94021;
}
.TagClassName
{
border-color: #D94021;
}
</style>