Shades of Cinnabar #D64329
Tints of Cinnabar #D64329
RGB
CMYK
RGB Variations
Color information
#D64329 (or 0xD64329) is known color: Cinnabar. HEX triplet: D6, 43 and 29. RGB value is (214,67,41). Sum of RGB (Red+Green+Blue) = 214+67+41=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D64329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64329 is #29BCD6. Grayscale: #6C6C6C. Windows color (decimal): -2735319 or 2704342. OLE color: 2704342.
HSL color Cylindrical-coordinate representation of color #D64329: hue angle of 9.02º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D64329 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 41 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.16 |
| HSL | 9.02º | 0.68% | 0.5% | - |
| HSV(B) | 9.02º | 0.81% | 0.84% | - |
| XYZ | 30.14 | 18.47 | 4.07 | - |
| YUV | 107.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 41 | 0 | 0.69 | 0.81 | 0.16 | 9.02 | 0.68 | 0.5 |
| Hex | D6 | 43 | 29 | 0 | 45 | 51 | 10 | 9 | 44 | 32 |
| Octal | 326 | 103 | 51 | 0 | 105 | 121 | 20 | 11 | 104 | 62 |
| Binary | 11010110 | 1000011 | 101001 | 0 | 1000101 | 1010001 | 10000 | 1001 | 1000100 | 110010 |
Color Harmonies of #D64329
Complementary color
Monochromatic Colors of #D64329
Black with #D64329
Text Example
Text Example
White with #D64329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64329; }
p { color: rgb(214,67,41); }
H1.HeaderClassName
{
color: #D64329;
}
.AnyTagClassName
{
color: #D64329;
}
</style>
background-color css
<style>
a { background-color: #D64329; }
a { background-color: rgb(214,67,41); }
div.DivClassName
{
background-color: #D64329;
}
.BgClassName
{
background-color: #D64329;
}
</style>
border-color css
<style>
span { border-color: #D64329; }
span { border-color: rgb(214,67,41); }
td.TdClassName
{
border-color: #D64329;
}
.TagClassName
{
border-color: #D64329;
}
</style>