Shades of Cinnabar #D64837
Tints of Cinnabar #D64837
RGB
CMYK
RGB Variations
Color information
#D64837 (or 0xD64837) is known color: Cinnabar. HEX triplet: D6, 48 and 37. RGB value is (214,72,55). Sum of RGB (Red+Green+Blue) = 214+72+55=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D64837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64837 is #29B7C8. Grayscale: #707070. Windows color (decimal): -2734025 or 3623126. OLE color: 3623126.
HSL color Cylindrical-coordinate representation of color #D64837: hue angle of 6.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D64837 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 55 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.16 |
| HSL | 6.42º | 0.66% | 0.53% | - |
| HSV(B) | 6.42º | 0.74% | 0.84% | - |
| XYZ | 30.74 | 19.21 | 5.7 | - |
| YUV | 112.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 55 | 0 | 0.66 | 0.74 | 0.16 | 6.42 | 0.66 | 0.53 |
| Hex | D6 | 48 | 37 | 0 | 42 | 4A | 10 | 6 | 42 | 35 |
| Octal | 326 | 110 | 67 | 0 | 102 | 112 | 20 | 6 | 102 | 65 |
| Binary | 11010110 | 1001000 | 110111 | 0 | 1000010 | 1001010 | 10000 | 110 | 1000010 | 110101 |
Color Harmonies of #D64837
Complementary color
Monochromatic Colors of #D64837
Black with #D64837
Text Example
Text Example
White with #D64837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64837; }
p { color: rgb(214,72,55); }
H1.HeaderClassName
{
color: #D64837;
}
.AnyTagClassName
{
color: #D64837;
}
</style>
background-color css
<style>
a { background-color: #D64837; }
a { background-color: rgb(214,72,55); }
div.DivClassName
{
background-color: #D64837;
}
.BgClassName
{
background-color: #D64837;
}
</style>
border-color css
<style>
span { border-color: #D64837; }
span { border-color: rgb(214,72,55); }
td.TdClassName
{
border-color: #D64837;
}
.TagClassName
{
border-color: #D64837;
}
</style>