Shades of Cinnabar #D64332
Tints of Cinnabar #D64332
RGB
CMYK
RGB Variations
Color information
#D64332 (or 0xD64332) is known color: Cinnabar. HEX triplet: D6, 43 and 32. RGB value is (214,67,50). Sum of RGB (Red+Green+Blue) = 214+67+50=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D64332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64332 is #29BCCD. Grayscale: #6D6D6D. Windows color (decimal): -2735310 or 3294166. OLE color: 3294166.
HSL color Cylindrical-coordinate representation of color #D64332: hue angle of 6.22º 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 #D64332 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 50 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.16 |
| HSL | 6.22º | 0.67% | 0.52% | - |
| HSV(B) | 6.22º | 0.77% | 0.84% | - |
| XYZ | 30.31 | 18.54 | 5 | - |
| YUV | 109.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 50 | 0 | 0.69 | 0.77 | 0.16 | 6.22 | 0.67 | 0.52 |
| Hex | D6 | 43 | 32 | 0 | 45 | 4D | 10 | 6 | 43 | 34 |
| Octal | 326 | 103 | 62 | 0 | 105 | 115 | 20 | 6 | 103 | 64 |
| Binary | 11010110 | 1000011 | 110010 | 0 | 1000101 | 1001101 | 10000 | 110 | 1000011 | 110100 |
Color Harmonies of #D64332
Complementary color
Monochromatic Colors of #D64332
Black with #D64332
Text Example
Text Example
White with #D64332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64332; }
p { color: rgb(214,67,50); }
H1.HeaderClassName
{
color: #D64332;
}
.AnyTagClassName
{
color: #D64332;
}
</style>
background-color css
<style>
a { background-color: #D64332; }
a { background-color: rgb(214,67,50); }
div.DivClassName
{
background-color: #D64332;
}
.BgClassName
{
background-color: #D64332;
}
</style>
border-color css
<style>
span { border-color: #D64332; }
span { border-color: rgb(214,67,50); }
td.TdClassName
{
border-color: #D64332;
}
.TagClassName
{
border-color: #D64332;
}
</style>