Shades of Cinnabar #D94536
Tints of Cinnabar #D94536
RGB
CMYK
RGB Variations
Color information
#D94536 (or 0xD94536) is known color: Cinnabar. HEX triplet: D9, 45 and 36. RGB value is (217,69,54). Sum of RGB (Red+Green+Blue) = 217+69+54=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D94536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94536 is #26BAC9. Grayscale: #6F6F6F. Windows color (decimal): -2538186 or 3556825. OLE color: 3556825.
HSL color Cylindrical-coordinate representation of color #D94536: hue angle of 5.52º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D94536 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 54 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.15 |
| HSL | 5.52º | 0.68% | 0.53% | - |
| HSV(B) | 5.52º | 0.75% | 0.85% | - |
| XYZ | 31.41 | 19.27 | 5.55 | - |
| YUV | 111.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 54 | 0 | 0.68 | 0.75 | 0.15 | 5.52 | 0.68 | 0.53 |
| Hex | D9 | 45 | 36 | 0 | 44 | 4B | F | 6 | 44 | 35 |
| Octal | 331 | 105 | 66 | 0 | 104 | 113 | 17 | 6 | 104 | 65 |
| Binary | 11011001 | 1000101 | 110110 | 0 | 1000100 | 1001011 | 1111 | 110 | 1000100 | 110101 |
Color Harmonies of #D94536
Complementary color
Monochromatic Colors of #D94536
Black with #D94536
Text Example
Text Example
White with #D94536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94536; }
p { color: rgb(217,69,54); }
H1.HeaderClassName
{
color: #D94536;
}
.AnyTagClassName
{
color: #D94536;
}
</style>
background-color css
<style>
a { background-color: #D94536; }
a { background-color: rgb(217,69,54); }
div.DivClassName
{
background-color: #D94536;
}
.BgClassName
{
background-color: #D94536;
}
</style>
border-color css
<style>
span { border-color: #D94536; }
span { border-color: rgb(217,69,54); }
td.TdClassName
{
border-color: #D94536;
}
.TagClassName
{
border-color: #D94536;
}
</style>