Shades of Cinnabar #D64731
Tints of Cinnabar #D64731
RGB
CMYK
RGB Variations
Color information
#D64731 (or 0xD64731) is known color: Cinnabar. HEX triplet: D6, 47 and 31. RGB value is (214,71,49). Sum of RGB (Red+Green+Blue) = 214+71+49=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64731 is #29B8CE. Grayscale: #6F6F6F. Windows color (decimal): -2734287 or 3229654. OLE color: 3229654.
HSL color Cylindrical-coordinate representation of color #D64731: hue angle of 8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D64731 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 49 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.16 |
| HSL | 8º | 0.67% | 0.52% | - |
| HSV(B) | 8º | 0.77% | 0.84% | - |
| XYZ | 30.54 | 19.02 | 4.97 | - |
| YUV | 111.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 49 | 0 | 0.67 | 0.77 | 0.16 | 8 | 0.67 | 0.52 |
| Hex | D6 | 47 | 31 | 0 | 43 | 4D | 10 | 8 | 43 | 34 |
| Octal | 326 | 107 | 61 | 0 | 103 | 115 | 20 | 10 | 103 | 64 |
| Binary | 11010110 | 1000111 | 110001 | 0 | 1000011 | 1001101 | 10000 | 1000 | 1000011 | 110100 |
Color Harmonies of #D64731
Complementary color
Monochromatic Colors of #D64731
Black with #D64731
Text Example
Text Example
White with #D64731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64731; }
p { color: rgb(214,71,49); }
H1.HeaderClassName
{
color: #D64731;
}
.AnyTagClassName
{
color: #D64731;
}
</style>
background-color css
<style>
a { background-color: #D64731; }
a { background-color: rgb(214,71,49); }
div.DivClassName
{
background-color: #D64731;
}
.BgClassName
{
background-color: #D64731;
}
</style>
border-color css
<style>
span { border-color: #D64731; }
span { border-color: rgb(214,71,49); }
td.TdClassName
{
border-color: #D64731;
}
.TagClassName
{
border-color: #D64731;
}
</style>