Shades of Cinnabar #D94629
Tints of Cinnabar #D94629
RGB
CMYK
RGB Variations
Color information
#D94629 (or 0xD94629) is known color: Cinnabar. HEX triplet: D9, 46 and 29. RGB value is (217,70,41). Sum of RGB (Red+Green+Blue) = 217+70+41=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D94629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94629 is #26B9D6. Grayscale: #6E6E6E. Windows color (decimal): -2537943 or 2705113. OLE color: 2705113.
HSL color Cylindrical-coordinate representation of color #D94629: hue angle of 9.89º 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 #D94629 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 41 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.15 |
| HSL | 9.89º | 0.7% | 0.51% | - |
| HSV(B) | 9.89º | 0.81% | 0.85% | - |
| XYZ | 31.21 | 19.29 | 4.18 | - |
| YUV | 110.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 41 | 0 | 0.68 | 0.81 | 0.15 | 9.89 | 0.7 | 0.51 |
| Hex | D9 | 46 | 29 | 0 | 44 | 51 | F | A | 46 | 33 |
| Octal | 331 | 106 | 51 | 0 | 104 | 121 | 17 | 12 | 106 | 63 |
| Binary | 11011001 | 1000110 | 101001 | 0 | 1000100 | 1010001 | 1111 | 1010 | 1000110 | 110011 |
Color Harmonies of #D94629
Complementary color
Monochromatic Colors of #D94629
Black with #D94629
Text Example
Text Example
White with #D94629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94629; }
p { color: rgb(217,70,41); }
H1.HeaderClassName
{
color: #D94629;
}
.AnyTagClassName
{
color: #D94629;
}
</style>
background-color css
<style>
a { background-color: #D94629; }
a { background-color: rgb(217,70,41); }
div.DivClassName
{
background-color: #D94629;
}
.BgClassName
{
background-color: #D94629;
}
</style>
border-color css
<style>
span { border-color: #D94629; }
span { border-color: rgb(217,70,41); }
td.TdClassName
{
border-color: #D94629;
}
.TagClassName
{
border-color: #D94629;
}
</style>