Shades of Cinnabar #D64B34
Tints of Cinnabar #D64B34
RGB
CMYK
RGB Variations
Color information
#D64B34 (or 0xD64B34) is known color: Cinnabar. HEX triplet: D6, 4B and 34. RGB value is (214,75,52). Sum of RGB (Red+Green+Blue) = 214+75+52=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B34 is #29B4CB. Grayscale: #727272. Windows color (decimal): -2733260 or 3427286. OLE color: 3427286.
HSL color Cylindrical-coordinate representation of color #D64B34: hue angle of 8.52º 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 #D64B34 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 52 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.16 |
| HSL | 8.52º | 0.66% | 0.52% | - |
| HSV(B) | 8.52º | 0.76% | 0.84% | - |
| XYZ | 30.87 | 19.58 | 5.4 | - |
| YUV | 113.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 52 | 0 | 0.65 | 0.76 | 0.16 | 8.52 | 0.66 | 0.52 |
| Hex | D6 | 4B | 34 | 0 | 41 | 4C | 10 | 9 | 42 | 34 |
| Octal | 326 | 113 | 64 | 0 | 101 | 114 | 20 | 11 | 102 | 64 |
| Binary | 11010110 | 1001011 | 110100 | 0 | 1000001 | 1001100 | 10000 | 1001 | 1000010 | 110100 |
Color Harmonies of #D64B34
Complementary color
Monochromatic Colors of #D64B34
Black with #D64B34
Text Example
Text Example
White with #D64B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B34; }
p { color: rgb(214,75,52); }
H1.HeaderClassName
{
color: #D64B34;
}
.AnyTagClassName
{
color: #D64B34;
}
</style>
background-color css
<style>
a { background-color: #D64B34; }
a { background-color: rgb(214,75,52); }
div.DivClassName
{
background-color: #D64B34;
}
.BgClassName
{
background-color: #D64B34;
}
</style>
border-color css
<style>
span { border-color: #D64B34; }
span { border-color: rgb(214,75,52); }
td.TdClassName
{
border-color: #D64B34;
}
.TagClassName
{
border-color: #D64B34;
}
</style>