Shades of Cinnabar #D64A34
Tints of Cinnabar #D64A34
RGB
CMYK
RGB Variations
Color information
#D64A34 (or 0xD64A34) is known color: Cinnabar. HEX triplet: D6, 4A and 34. RGB value is (214,74,52). Sum of RGB (Red+Green+Blue) = 214+74+52=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A34 is #29B5CB. Grayscale: #717171. Windows color (decimal): -2733516 or 3427030. OLE color: 3427030.
HSL color Cylindrical-coordinate representation of color #D64A34: hue angle of 8.15º 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 #D64A34 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 52 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.16 |
| HSL | 8.15º | 0.66% | 0.52% | - |
| HSV(B) | 8.15º | 0.76% | 0.84% | - |
| XYZ | 30.8 | 19.44 | 5.38 | - |
| YUV | 113.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 52 | 0 | 0.65 | 0.76 | 0.16 | 8.15 | 0.66 | 0.52 |
| Hex | D6 | 4A | 34 | 0 | 41 | 4C | 10 | 8 | 42 | 34 |
| Octal | 326 | 112 | 64 | 0 | 101 | 114 | 20 | 10 | 102 | 64 |
| Binary | 11010110 | 1001010 | 110100 | 0 | 1000001 | 1001100 | 10000 | 1000 | 1000010 | 110100 |
Color Harmonies of #D64A34
Complementary color
Monochromatic Colors of #D64A34
Black with #D64A34
Text Example
Text Example
White with #D64A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A34; }
p { color: rgb(214,74,52); }
H1.HeaderClassName
{
color: #D64A34;
}
.AnyTagClassName
{
color: #D64A34;
}
</style>
background-color css
<style>
a { background-color: #D64A34; }
a { background-color: rgb(214,74,52); }
div.DivClassName
{
background-color: #D64A34;
}
.BgClassName
{
background-color: #D64A34;
}
</style>
border-color css
<style>
span { border-color: #D64A34; }
span { border-color: rgb(214,74,52); }
td.TdClassName
{
border-color: #D64A34;
}
.TagClassName
{
border-color: #D64A34;
}
</style>