Shades of Cinnabar #D64A3E
Tints of Cinnabar #D64A3E
RGB
CMYK
RGB Variations
Color information
#D64A3E (or 0xD64A3E) is known color: Cinnabar. HEX triplet: D6, 4A and 3E. RGB value is (214,74,62). Sum of RGB (Red+Green+Blue) = 214+74+62=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A3E is #29B5C1. Grayscale: #727272. Windows color (decimal): -2733506 or 4082390. OLE color: 4082390.
HSL color Cylindrical-coordinate representation of color #D64A3E: hue angle of 4.74º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D64A3E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 62 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.16 |
| HSL | 4.74º | 0.65% | 0.54% | - |
| HSV(B) | 4.74º | 0.71% | 0.84% | - |
| XYZ | 31.05 | 19.54 | 6.69 | - |
| YUV | 114.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 62 | 0 | 0.65 | 0.71 | 0.16 | 4.74 | 0.65 | 0.54 |
| Hex | D6 | 4A | 3E | 0 | 41 | 47 | 10 | 5 | 41 | 36 |
| Octal | 326 | 112 | 76 | 0 | 101 | 107 | 20 | 5 | 101 | 66 |
| Binary | 11010110 | 1001010 | 111110 | 0 | 1000001 | 1000111 | 10000 | 101 | 1000001 | 110110 |
Color Harmonies of #D64A3E
Complementary color
Monochromatic Colors of #D64A3E
Black with #D64A3E
Text Example
Text Example
White with #D64A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A3E; }
p { color: rgb(214,74,62); }
H1.HeaderClassName
{
color: #D64A3E;
}
.AnyTagClassName
{
color: #D64A3E;
}
</style>
background-color css
<style>
a { background-color: #D64A3E; }
a { background-color: rgb(214,74,62); }
div.DivClassName
{
background-color: #D64A3E;
}
.BgClassName
{
background-color: #D64A3E;
}
</style>
border-color css
<style>
span { border-color: #D64A3E; }
span { border-color: rgb(214,74,62); }
td.TdClassName
{
border-color: #D64A3E;
}
.TagClassName
{
border-color: #D64A3E;
}
</style>