Shades of Cinnabar #D64A2F
Tints of Cinnabar #D64A2F
RGB
CMYK
RGB Variations
Color information
#D64A2F (or 0xD64A2F) is known color: Cinnabar. HEX triplet: D6, 4A and 2F. RGB value is (214,74,47). Sum of RGB (Red+Green+Blue) = 214+74+47=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A2F is #29B5D0. Grayscale: #717171. Windows color (decimal): -2733521 or 3099350. OLE color: 3099350.
HSL color Cylindrical-coordinate representation of color #D64A2F: hue angle of 9.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D64A2F is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 47 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.16 |
| HSL | 9.7º | 0.67% | 0.51% | - |
| HSV(B) | 9.7º | 0.78% | 0.84% | - |
| XYZ | 30.69 | 19.4 | 4.82 | - |
| YUV | 112.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 47 | 0 | 0.65 | 0.78 | 0.16 | 9.7 | 0.67 | 0.51 |
| Hex | D6 | 4A | 2F | 0 | 41 | 4E | 10 | A | 43 | 33 |
| Octal | 326 | 112 | 57 | 0 | 101 | 116 | 20 | 12 | 103 | 63 |
| Binary | 11010110 | 1001010 | 101111 | 0 | 1000001 | 1001110 | 10000 | 1010 | 1000011 | 110011 |
Color Harmonies of #D64A2F
Complementary color
Monochromatic Colors of #D64A2F
Black with #D64A2F
Text Example
Text Example
White with #D64A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A2F; }
p { color: rgb(214,74,47); }
H1.HeaderClassName
{
color: #D64A2F;
}
.AnyTagClassName
{
color: #D64A2F;
}
</style>
background-color css
<style>
a { background-color: #D64A2F; }
a { background-color: rgb(214,74,47); }
div.DivClassName
{
background-color: #D64A2F;
}
.BgClassName
{
background-color: #D64A2F;
}
</style>
border-color css
<style>
span { border-color: #D64A2F; }
span { border-color: rgb(214,74,47); }
td.TdClassName
{
border-color: #D64A2F;
}
.TagClassName
{
border-color: #D64A2F;
}
</style>