Shades of Cinnabar #D94532
Tints of Cinnabar #D94532
RGB
CMYK
RGB Variations
Color information
#D94532 (or 0xD94532) is known color: Cinnabar. HEX triplet: D9, 45 and 32. RGB value is (217,69,50). Sum of RGB (Red+Green+Blue) = 217+69+50=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D94532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94532 is #26BACD. Grayscale: #6F6F6F. Windows color (decimal): -2538190 or 3294681. OLE color: 3294681.
HSL color Cylindrical-coordinate representation of color #D94532: hue angle of 6.83º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D94532 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 50 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.15 |
| HSL | 6.83º | 0.69% | 0.52% | - |
| HSV(B) | 6.83º | 0.77% | 0.85% | - |
| XYZ | 31.32 | 19.24 | 5.08 | - |
| YUV | 111.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 50 | 0 | 0.68 | 0.77 | 0.15 | 6.83 | 0.69 | 0.52 |
| Hex | D9 | 45 | 32 | 0 | 44 | 4D | F | 7 | 45 | 34 |
| Octal | 331 | 105 | 62 | 0 | 104 | 115 | 17 | 7 | 105 | 64 |
| Binary | 11011001 | 1000101 | 110010 | 0 | 1000100 | 1001101 | 1111 | 111 | 1000101 | 110100 |
Color Harmonies of #D94532
Complementary color
Monochromatic Colors of #D94532
Black with #D94532
Text Example
Text Example
White with #D94532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94532; }
p { color: rgb(217,69,50); }
H1.HeaderClassName
{
color: #D94532;
}
.AnyTagClassName
{
color: #D94532;
}
</style>
background-color css
<style>
a { background-color: #D94532; }
a { background-color: rgb(217,69,50); }
div.DivClassName
{
background-color: #D94532;
}
.BgClassName
{
background-color: #D94532;
}
</style>
border-color css
<style>
span { border-color: #D94532; }
span { border-color: rgb(217,69,50); }
td.TdClassName
{
border-color: #D94532;
}
.TagClassName
{
border-color: #D94532;
}
</style>