Shades of Cinnabar #D64841
Tints of Cinnabar #D64841
RGB
CMYK
RGB Variations
Color information
#D64841 (or 0xD64841) is known color: Cinnabar. HEX triplet: D6, 48 and 41. RGB value is (214,72,65). Sum of RGB (Red+Green+Blue) = 214+72+65=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D64841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64841 is #29B7BE. Grayscale: #717171. Windows color (decimal): -2734015 or 4278486. OLE color: 4278486.
HSL color Cylindrical-coordinate representation of color #D64841: hue angle of 2.82º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64841 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 65 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.16 |
| HSL | 2.82º | 0.65% | 0.55% | - |
| HSV(B) | 2.82º | 0.7% | 0.84% | - |
| XYZ | 31 | 19.31 | 7.09 | - |
| YUV | 113.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 65 | 0 | 0.66 | 0.70 | 0.16 | 2.82 | 0.65 | 0.55 |
| Hex | D6 | 48 | 41 | 0 | 42 | 46 | 10 | 3 | 41 | 37 |
| Octal | 326 | 110 | 101 | 0 | 102 | 106 | 20 | 3 | 101 | 67 |
| Binary | 11010110 | 1001000 | 1000001 | 0 | 1000010 | 1000110 | 10000 | 11 | 1000001 | 110111 |
Color Harmonies of #D64841
Complementary color
Monochromatic Colors of #D64841
Black with #D64841
Text Example
Text Example
White with #D64841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64841; }
p { color: rgb(214,72,65); }
H1.HeaderClassName
{
color: #D64841;
}
.AnyTagClassName
{
color: #D64841;
}
</style>
background-color css
<style>
a { background-color: #D64841; }
a { background-color: rgb(214,72,65); }
div.DivClassName
{
background-color: #D64841;
}
.BgClassName
{
background-color: #D64841;
}
</style>
border-color css
<style>
span { border-color: #D64841; }
span { border-color: rgb(214,72,65); }
td.TdClassName
{
border-color: #D64841;
}
.TagClassName
{
border-color: #D64841;
}
</style>