Shades of Cinnabar #D64C34
Tints of Cinnabar #D64C34
RGB
CMYK
RGB Variations
Color information
#D64C34 (or 0xD64C34) is known color: Cinnabar. HEX triplet: D6, 4C and 34. RGB value is (214,76,52). Sum of RGB (Red+Green+Blue) = 214+76+52=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C34 is #29B3CB. Grayscale: #727272. Windows color (decimal): -2733004 or 3427542. OLE color: 3427542.
HSL color Cylindrical-coordinate representation of color #D64C34: hue angle of 8.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D64C34 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 52 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.16 |
| HSL | 8.89º | 0.66% | 0.52% | - |
| HSV(B) | 8.89º | 0.76% | 0.84% | - |
| XYZ | 30.94 | 19.71 | 5.42 | - |
| YUV | 114.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 52 | 0 | 0.64 | 0.76 | 0.16 | 8.89 | 0.66 | 0.52 |
| Hex | D6 | 4C | 34 | 0 | 40 | 4C | 10 | 9 | 42 | 34 |
| Octal | 326 | 114 | 64 | 0 | 100 | 114 | 20 | 11 | 102 | 64 |
| Binary | 11010110 | 1001100 | 110100 | 0 | 1000000 | 1001100 | 10000 | 1001 | 1000010 | 110100 |
Color Harmonies of #D64C34
Complementary color
Monochromatic Colors of #D64C34
Black with #D64C34
Text Example
Text Example
White with #D64C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C34; }
p { color: rgb(214,76,52); }
H1.HeaderClassName
{
color: #D64C34;
}
.AnyTagClassName
{
color: #D64C34;
}
</style>
background-color css
<style>
a { background-color: #D64C34; }
a { background-color: rgb(214,76,52); }
div.DivClassName
{
background-color: #D64C34;
}
.BgClassName
{
background-color: #D64C34;
}
</style>
border-color css
<style>
span { border-color: #D64C34; }
span { border-color: rgb(214,76,52); }
td.TdClassName
{
border-color: #D64C34;
}
.TagClassName
{
border-color: #D64C34;
}
</style>