Shades of Cinnabar #D64832
Tints of Cinnabar #D64832
RGB
CMYK
RGB Variations
Color information
#D64832 (or 0xD64832) is known color: Cinnabar. HEX triplet: D6, 48 and 32. RGB value is (214,72,50). Sum of RGB (Red+Green+Blue) = 214+72+50=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64832 is #29B7CD. Grayscale: #707070. Windows color (decimal): -2734030 or 3295446. OLE color: 3295446.
HSL color Cylindrical-coordinate representation of color #D64832: hue angle of 8.05º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D64832 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 50 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.16 |
| HSL | 8.05º | 0.67% | 0.52% | - |
| HSV(B) | 8.05º | 0.77% | 0.84% | - |
| XYZ | 30.62 | 19.16 | 5.1 | - |
| YUV | 111.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 50 | 0 | 0.66 | 0.77 | 0.16 | 8.05 | 0.67 | 0.52 |
| Hex | D6 | 48 | 32 | 0 | 42 | 4D | 10 | 8 | 43 | 34 |
| Octal | 326 | 110 | 62 | 0 | 102 | 115 | 20 | 10 | 103 | 64 |
| Binary | 11010110 | 1001000 | 110010 | 0 | 1000010 | 1001101 | 10000 | 1000 | 1000011 | 110100 |
Color Harmonies of #D64832
Complementary color
Monochromatic Colors of #D64832
Black with #D64832
Text Example
Text Example
White with #D64832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64832; }
p { color: rgb(214,72,50); }
H1.HeaderClassName
{
color: #D64832;
}
.AnyTagClassName
{
color: #D64832;
}
</style>
background-color css
<style>
a { background-color: #D64832; }
a { background-color: rgb(214,72,50); }
div.DivClassName
{
background-color: #D64832;
}
.BgClassName
{
background-color: #D64832;
}
</style>
border-color css
<style>
span { border-color: #D64832; }
span { border-color: rgb(214,72,50); }
td.TdClassName
{
border-color: #D64832;
}
.TagClassName
{
border-color: #D64832;
}
</style>