Shades of Cinnabar #D64536
Tints of Cinnabar #D64536
RGB
CMYK
RGB Variations
Color information
#D64536 (or 0xD64536) is known color: Cinnabar. HEX triplet: D6, 45 and 36. RGB value is (214,69,54). Sum of RGB (Red+Green+Blue) = 214+69+54=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D64536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64536 is #29BAC9. Grayscale: #6E6E6E. Windows color (decimal): -2734794 or 3556822. OLE color: 3556822.
HSL color Cylindrical-coordinate representation of color #D64536: hue angle of 5.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D64536 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 54 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.16 |
| HSL | 5.63º | 0.66% | 0.53% | - |
| HSV(B) | 5.63º | 0.75% | 0.84% | - |
| XYZ | 30.53 | 18.82 | 5.51 | - |
| YUV | 110.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 54 | 0 | 0.68 | 0.75 | 0.16 | 5.63 | 0.66 | 0.53 |
| Hex | D6 | 45 | 36 | 0 | 44 | 4B | 10 | 6 | 42 | 35 |
| Octal | 326 | 105 | 66 | 0 | 104 | 113 | 20 | 6 | 102 | 65 |
| Binary | 11010110 | 1000101 | 110110 | 0 | 1000100 | 1001011 | 10000 | 110 | 1000010 | 110101 |
Color Harmonies of #D64536
Complementary color
Monochromatic Colors of #D64536
Black with #D64536
Text Example
Text Example
White with #D64536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64536; }
p { color: rgb(214,69,54); }
H1.HeaderClassName
{
color: #D64536;
}
.AnyTagClassName
{
color: #D64536;
}
</style>
background-color css
<style>
a { background-color: #D64536; }
a { background-color: rgb(214,69,54); }
div.DivClassName
{
background-color: #D64536;
}
.BgClassName
{
background-color: #D64536;
}
</style>
border-color css
<style>
span { border-color: #D64536; }
span { border-color: rgb(214,69,54); }
td.TdClassName
{
border-color: #D64536;
}
.TagClassName
{
border-color: #D64536;
}
</style>