Shades of Cinnabar #D64534
Tints of Cinnabar #D64534
RGB
CMYK
RGB Variations
Color information
#D64534 (or 0xD64534) is known color: Cinnabar. HEX triplet: D6, 45 and 34. RGB value is (214,69,52). Sum of RGB (Red+Green+Blue) = 214+69+52=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64534 is #29BACB. Grayscale: #6E6E6E. Windows color (decimal): -2734796 or 3425750. OLE color: 3425750.
HSL color Cylindrical-coordinate representation of color #D64534: hue angle of 6.3º 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 #D64534 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 52 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.16 |
| HSL | 6.3º | 0.66% | 0.52% | - |
| HSV(B) | 6.3º | 0.76% | 0.84% | - |
| XYZ | 30.48 | 18.8 | 5.27 | - |
| YUV | 110.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 52 | 0 | 0.68 | 0.76 | 0.16 | 6.3 | 0.66 | 0.52 |
| Hex | D6 | 45 | 34 | 0 | 44 | 4C | 10 | 6 | 42 | 34 |
| Octal | 326 | 105 | 64 | 0 | 104 | 114 | 20 | 6 | 102 | 64 |
| Binary | 11010110 | 1000101 | 110100 | 0 | 1000100 | 1001100 | 10000 | 110 | 1000010 | 110100 |
Color Harmonies of #D64534
Complementary color
Monochromatic Colors of #D64534
Black with #D64534
Text Example
Text Example
White with #D64534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64534; }
p { color: rgb(214,69,52); }
H1.HeaderClassName
{
color: #D64534;
}
.AnyTagClassName
{
color: #D64534;
}
</style>
background-color css
<style>
a { background-color: #D64534; }
a { background-color: rgb(214,69,52); }
div.DivClassName
{
background-color: #D64534;
}
.BgClassName
{
background-color: #D64534;
}
</style>
border-color css
<style>
span { border-color: #D64534; }
span { border-color: rgb(214,69,52); }
td.TdClassName
{
border-color: #D64534;
}
.TagClassName
{
border-color: #D64534;
}
</style>