Shades of Cinnabar #D64140
Tints of Cinnabar #D64140
RGB
CMYK
RGB Variations
Color information
#D64140 (or 0xD64140) is known color: Cinnabar. HEX triplet: D6, 41 and 40. RGB value is (214,65,64). Sum of RGB (Red+Green+Blue) = 214+65+64=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D64140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64140 is #29BEBF. Grayscale: #6D6D6D. Windows color (decimal): -2735808 or 4211158. OLE color: 4211158.
HSL color Cylindrical-coordinate representation of color #D64140: hue angle of 0.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64140 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 64 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.16 |
| HSL | 0.4º | 0.65% | 0.55% | - |
| HSV(B) | 0.4º | 0.7% | 0.84% | - |
| XYZ | 30.55 | 18.45 | 6.8 | - |
| YUV | 109.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 64 | 0 | 0.70 | 0.70 | 0.16 | 0.4 | 0.65 | 0.55 |
| Hex | D6 | 41 | 40 | 0 | 46 | 46 | 10 | 0 | 41 | 37 |
| Octal | 326 | 101 | 100 | 0 | 106 | 106 | 20 | 0 | 101 | 67 |
| Binary | 11010110 | 1000001 | 1000000 | 0 | 1000110 | 1000110 | 10000 | 0 | 1000001 | 110111 |
Color Harmonies of #D64140
Complementary color
Monochromatic Colors of #D64140
Black with #D64140
Text Example
Text Example
White with #D64140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64140; }
p { color: rgb(214,65,64); }
H1.HeaderClassName
{
color: #D64140;
}
.AnyTagClassName
{
color: #D64140;
}
</style>
background-color css
<style>
a { background-color: #D64140; }
a { background-color: rgb(214,65,64); }
div.DivClassName
{
background-color: #D64140;
}
.BgClassName
{
background-color: #D64140;
}
</style>
border-color css
<style>
span { border-color: #D64140; }
span { border-color: rgb(214,65,64); }
td.TdClassName
{
border-color: #D64140;
}
.TagClassName
{
border-color: #D64140;
}
</style>