Shades of Cinnabar #D64A39
Tints of Cinnabar #D64A39
RGB
CMYK
RGB Variations
Color information
#D64A39 (or 0xD64A39) is known color: Cinnabar. HEX triplet: D6, 4A and 39. RGB value is (214,74,57). Sum of RGB (Red+Green+Blue) = 214+74+57=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A39 is #29B5C6. Grayscale: #727272. Windows color (decimal): -2733511 or 3754710. OLE color: 3754710.
HSL color Cylindrical-coordinate representation of color #D64A39: hue angle of 6.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D64A39 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 57 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.16 |
| HSL | 6.5º | 0.66% | 0.53% | - |
| HSV(B) | 6.5º | 0.73% | 0.84% | - |
| XYZ | 30.92 | 19.49 | 6 | - |
| YUV | 113.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 57 | 0 | 0.65 | 0.73 | 0.16 | 6.5 | 0.66 | 0.53 |
| Hex | D6 | 4A | 39 | 0 | 41 | 49 | 10 | 6 | 42 | 35 |
| Octal | 326 | 112 | 71 | 0 | 101 | 111 | 20 | 6 | 102 | 65 |
| Binary | 11010110 | 1001010 | 111001 | 0 | 1000001 | 1001001 | 10000 | 110 | 1000010 | 110101 |
Color Harmonies of #D64A39
Complementary color
Monochromatic Colors of #D64A39
Black with #D64A39
Text Example
Text Example
White with #D64A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A39; }
p { color: rgb(214,74,57); }
H1.HeaderClassName
{
color: #D64A39;
}
.AnyTagClassName
{
color: #D64A39;
}
</style>
background-color css
<style>
a { background-color: #D64A39; }
a { background-color: rgb(214,74,57); }
div.DivClassName
{
background-color: #D64A39;
}
.BgClassName
{
background-color: #D64A39;
}
</style>
border-color css
<style>
span { border-color: #D64A39; }
span { border-color: rgb(214,74,57); }
td.TdClassName
{
border-color: #D64A39;
}
.TagClassName
{
border-color: #D64A39;
}
</style>