Shades of Cinnabar #D64A37
Tints of Cinnabar #D64A37
RGB
CMYK
RGB Variations
Color information
#D64A37 (or 0xD64A37) is known color: Cinnabar. HEX triplet: D6, 4A and 37. RGB value is (214,74,55). Sum of RGB (Red+Green+Blue) = 214+74+55=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A37 is #29B5C8. Grayscale: #717171. Windows color (decimal): -2733513 or 3623638. OLE color: 3623638.
HSL color Cylindrical-coordinate representation of color #D64A37: hue angle of 7.17º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D64A37 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 55 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.16 |
| HSL | 7.17º | 0.66% | 0.53% | - |
| HSV(B) | 7.17º | 0.74% | 0.84% | - |
| XYZ | 30.87 | 19.47 | 5.75 | - |
| YUV | 113.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 55 | 0 | 0.65 | 0.74 | 0.16 | 7.17 | 0.66 | 0.53 |
| Hex | D6 | 4A | 37 | 0 | 41 | 4A | 10 | 7 | 42 | 35 |
| Octal | 326 | 112 | 67 | 0 | 101 | 112 | 20 | 7 | 102 | 65 |
| Binary | 11010110 | 1001010 | 110111 | 0 | 1000001 | 1001010 | 10000 | 111 | 1000010 | 110101 |
Color Harmonies of #D64A37
Complementary color
Monochromatic Colors of #D64A37
Black with #D64A37
Text Example
Text Example
White with #D64A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A37; }
p { color: rgb(214,74,55); }
H1.HeaderClassName
{
color: #D64A37;
}
.AnyTagClassName
{
color: #D64A37;
}
</style>
background-color css
<style>
a { background-color: #D64A37; }
a { background-color: rgb(214,74,55); }
div.DivClassName
{
background-color: #D64A37;
}
.BgClassName
{
background-color: #D64A37;
}
</style>
border-color css
<style>
span { border-color: #D64A37; }
span { border-color: rgb(214,74,55); }
td.TdClassName
{
border-color: #D64A37;
}
.TagClassName
{
border-color: #D64A37;
}
</style>