Shades of Cinnabar #D64522
Tints of Cinnabar #D64522
RGB
CMYK
RGB Variations
Color information
#D64522 (or 0xD64522) is known color: Cinnabar. HEX triplet: D6, 45 and 22. RGB value is (214,69,34). Sum of RGB (Red+Green+Blue) = 214+69+34=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D64522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64522 is #29BADD. Grayscale: #6C6C6C. Windows color (decimal): -2734814 or 2246102. OLE color: 2246102.
HSL color Cylindrical-coordinate representation of color #D64522: hue angle of 11.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D64522 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.16 |
| HSL | 11.67º | 0.73% | 0.49% | - |
| HSV(B) | 11.67º | 0.84% | 0.84% | - |
| XYZ | 30.15 | 18.67 | 3.53 | - |
| YUV | 108.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 34 | 0 | 0.68 | 0.84 | 0.16 | 11.67 | 0.73 | 0.49 |
| Hex | D6 | 45 | 22 | 0 | 44 | 54 | 10 | C | 49 | 31 |
| Octal | 326 | 105 | 42 | 0 | 104 | 124 | 20 | 14 | 111 | 61 |
| Binary | 11010110 | 1000101 | 100010 | 0 | 1000100 | 1010100 | 10000 | 1100 | 1001001 | 110001 |
Color Harmonies of #D64522
Complementary color
Monochromatic Colors of #D64522
Black with #D64522
Text Example
Text Example
White with #D64522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64522; }
p { color: rgb(214,69,34); }
H1.HeaderClassName
{
color: #D64522;
}
.AnyTagClassName
{
color: #D64522;
}
</style>
background-color css
<style>
a { background-color: #D64522; }
a { background-color: rgb(214,69,34); }
div.DivClassName
{
background-color: #D64522;
}
.BgClassName
{
background-color: #D64522;
}
</style>
border-color css
<style>
span { border-color: #D64522; }
span { border-color: rgb(214,69,34); }
td.TdClassName
{
border-color: #D64522;
}
.TagClassName
{
border-color: #D64522;
}
</style>