Shades of Cinnabar #D94329
Tints of Cinnabar #D94329
RGB
CMYK
RGB Variations
Color information
#D94329 (or 0xD94329) is known color: Cinnabar. HEX triplet: D9, 43 and 29. RGB value is (217,67,41). Sum of RGB (Red+Green+Blue) = 217+67+41=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D94329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94329 is #26BCD6. Grayscale: #6D6D6D. Windows color (decimal): -2538711 or 2704345. OLE color: 2704345.
HSL color Cylindrical-coordinate representation of color #D94329: hue angle of 8.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D94329 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 41 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.15 |
| HSL | 8.86º | 0.7% | 0.51% | - |
| HSV(B) | 8.86º | 0.81% | 0.85% | - |
| XYZ | 31.02 | 18.93 | 4.12 | - |
| YUV | 108.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 41 | 0 | 0.69 | 0.81 | 0.15 | 8.86 | 0.7 | 0.51 |
| Hex | D9 | 43 | 29 | 0 | 45 | 51 | F | 9 | 46 | 33 |
| Octal | 331 | 103 | 51 | 0 | 105 | 121 | 17 | 11 | 106 | 63 |
| Binary | 11011001 | 1000011 | 101001 | 0 | 1000101 | 1010001 | 1111 | 1001 | 1000110 | 110011 |
Color Harmonies of #D94329
Complementary color
Monochromatic Colors of #D94329
Black with #D94329
Text Example
Text Example
White with #D94329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94329; }
p { color: rgb(217,67,41); }
H1.HeaderClassName
{
color: #D94329;
}
.AnyTagClassName
{
color: #D94329;
}
</style>
background-color css
<style>
a { background-color: #D94329; }
a { background-color: rgb(217,67,41); }
div.DivClassName
{
background-color: #D94329;
}
.BgClassName
{
background-color: #D94329;
}
</style>
border-color css
<style>
span { border-color: #D94329; }
span { border-color: rgb(217,67,41); }
td.TdClassName
{
border-color: #D94329;
}
.TagClassName
{
border-color: #D94329;
}
</style>