Shades of Cinnabar #D64929
Tints of Cinnabar #D64929
RGB
CMYK
RGB Variations
Color information
#D64929 (or 0xD64929) is known color: Cinnabar. HEX triplet: D6, 49 and 29. RGB value is (214,73,41). Sum of RGB (Red+Green+Blue) = 214+73+41=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D64929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64929 is #29B6D6. Grayscale: #6F6F6F. Windows color (decimal): -2733783 or 2705878. OLE color: 2705878.
HSL color Cylindrical-coordinate representation of color #D64929: hue angle of 11.1º 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 #D64929 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 41 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.16 |
| HSL | 11.1º | 0.68% | 0.5% | - |
| HSV(B) | 11.1º | 0.81% | 0.84% | - |
| XYZ | 30.51 | 19.22 | 4.2 | - |
| YUV | 111.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 41 | 0 | 0.66 | 0.81 | 0.16 | 11.1 | 0.68 | 0.5 |
| Hex | D6 | 49 | 29 | 0 | 42 | 51 | 10 | B | 44 | 32 |
| Octal | 326 | 111 | 51 | 0 | 102 | 121 | 20 | 13 | 104 | 62 |
| Binary | 11010110 | 1001001 | 101001 | 0 | 1000010 | 1010001 | 10000 | 1011 | 1000100 | 110010 |
Color Harmonies of #D64929
Complementary color
Monochromatic Colors of #D64929
Black with #D64929
Text Example
Text Example
White with #D64929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64929; }
p { color: rgb(214,73,41); }
H1.HeaderClassName
{
color: #D64929;
}
.AnyTagClassName
{
color: #D64929;
}
</style>
background-color css
<style>
a { background-color: #D64929; }
a { background-color: rgb(214,73,41); }
div.DivClassName
{
background-color: #D64929;
}
.BgClassName
{
background-color: #D64929;
}
</style>
border-color css
<style>
span { border-color: #D64929; }
span { border-color: rgb(214,73,41); }
td.TdClassName
{
border-color: #D64929;
}
.TagClassName
{
border-color: #D64929;
}
</style>