Shades of Cinnabar #D64733
Tints of Cinnabar #D64733
RGB
CMYK
RGB Variations
Color information
#D64733 (or 0xD64733) is known color: Cinnabar. HEX triplet: D6, 47 and 33. RGB value is (214,71,51). Sum of RGB (Red+Green+Blue) = 214+71+51=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64733 is #29B8CC. Grayscale: #6F6F6F. Windows color (decimal): -2734285 or 3360726. OLE color: 3360726.
HSL color Cylindrical-coordinate representation of color #D64733: hue angle of 7.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D64733 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 51 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.16 |
| HSL | 7.36º | 0.67% | 0.52% | - |
| HSV(B) | 7.36º | 0.76% | 0.84% | - |
| XYZ | 30.58 | 19.04 | 5.2 | - |
| YUV | 111.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 51 | 0 | 0.67 | 0.76 | 0.16 | 7.36 | 0.67 | 0.52 |
| Hex | D6 | 47 | 33 | 0 | 43 | 4C | 10 | 7 | 43 | 34 |
| Octal | 326 | 107 | 63 | 0 | 103 | 114 | 20 | 7 | 103 | 64 |
| Binary | 11010110 | 1000111 | 110011 | 0 | 1000011 | 1001100 | 10000 | 111 | 1000011 | 110100 |
Color Harmonies of #D64733
Complementary color
Monochromatic Colors of #D64733
Black with #D64733
Text Example
Text Example
White with #D64733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64733; }
p { color: rgb(214,71,51); }
H1.HeaderClassName
{
color: #D64733;
}
.AnyTagClassName
{
color: #D64733;
}
</style>
background-color css
<style>
a { background-color: #D64733; }
a { background-color: rgb(214,71,51); }
div.DivClassName
{
background-color: #D64733;
}
.BgClassName
{
background-color: #D64733;
}
</style>
border-color css
<style>
span { border-color: #D64733; }
span { border-color: rgb(214,71,51); }
td.TdClassName
{
border-color: #D64733;
}
.TagClassName
{
border-color: #D64733;
}
</style>