Shades of Cinnabar #D64E3A
Tints of Cinnabar #D64E3A
RGB
CMYK
RGB Variations
Color information
#D64E3A (or 0xD64E3A) is known color: Cinnabar. HEX triplet: D6, 4E and 3A. RGB value is (214,78,58). Sum of RGB (Red+Green+Blue) = 214+78+58=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64E3A is #29B1C5. Grayscale: #747474. Windows color (decimal): -2732486 or 3821270. OLE color: 3821270.
HSL color Cylindrical-coordinate representation of color #D64E3A: hue angle of 7.69º 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 #D64E3A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 58 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.16 |
| HSL | 7.69º | 0.66% | 0.53% | - |
| HSV(B) | 7.69º | 0.73% | 0.84% | - |
| XYZ | 31.22 | 20.05 | 6.23 | - |
| YUV | 116.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 58 | 0 | 0.64 | 0.73 | 0.16 | 7.69 | 0.66 | 0.53 |
| Hex | D6 | 4E | 3A | 0 | 40 | 49 | 10 | 8 | 42 | 35 |
| Octal | 326 | 116 | 72 | 0 | 100 | 111 | 20 | 10 | 102 | 65 |
| Binary | 11010110 | 1001110 | 111010 | 0 | 1000000 | 1001001 | 10000 | 1000 | 1000010 | 110101 |
Color Harmonies of #D64E3A
Complementary color
Monochromatic Colors of #D64E3A
Black with #D64E3A
Text Example
Text Example
White with #D64E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E3A; }
p { color: rgb(214,78,58); }
H1.HeaderClassName
{
color: #D64E3A;
}
.AnyTagClassName
{
color: #D64E3A;
}
</style>
background-color css
<style>
a { background-color: #D64E3A; }
a { background-color: rgb(214,78,58); }
div.DivClassName
{
background-color: #D64E3A;
}
.BgClassName
{
background-color: #D64E3A;
}
</style>
border-color css
<style>
span { border-color: #D64E3A; }
span { border-color: rgb(214,78,58); }
td.TdClassName
{
border-color: #D64E3A;
}
.TagClassName
{
border-color: #D64E3A;
}
</style>