Shades of Cinnabar #D64639
Tints of Cinnabar #D64639
RGB
CMYK
RGB Variations
Color information
#D64639 (or 0xD64639) is known color: Cinnabar. HEX triplet: D6, 46 and 39. RGB value is (214,70,57). Sum of RGB (Red+Green+Blue) = 214+70+57=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D64639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64639 is #29B9C6. Grayscale: #6F6F6F. Windows color (decimal): -2734535 or 3753686. OLE color: 3753686.
HSL color Cylindrical-coordinate representation of color #D64639: hue angle of 4.97º 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 #D64639 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 57 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.16 |
| HSL | 4.97º | 0.66% | 0.53% | - |
| HSV(B) | 4.97º | 0.73% | 0.84% | - |
| XYZ | 30.66 | 18.97 | 5.92 | - |
| YUV | 111.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 57 | 0 | 0.67 | 0.73 | 0.16 | 4.97 | 0.66 | 0.53 |
| Hex | D6 | 46 | 39 | 0 | 43 | 49 | 10 | 5 | 42 | 35 |
| Octal | 326 | 106 | 71 | 0 | 103 | 111 | 20 | 5 | 102 | 65 |
| Binary | 11010110 | 1000110 | 111001 | 0 | 1000011 | 1001001 | 10000 | 101 | 1000010 | 110101 |
Color Harmonies of #D64639
Complementary color
Monochromatic Colors of #D64639
Black with #D64639
Text Example
Text Example
White with #D64639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64639; }
p { color: rgb(214,70,57); }
H1.HeaderClassName
{
color: #D64639;
}
.AnyTagClassName
{
color: #D64639;
}
</style>
background-color css
<style>
a { background-color: #D64639; }
a { background-color: rgb(214,70,57); }
div.DivClassName
{
background-color: #D64639;
}
.BgClassName
{
background-color: #D64639;
}
</style>
border-color css
<style>
span { border-color: #D64639; }
span { border-color: rgb(214,70,57); }
td.TdClassName
{
border-color: #D64639;
}
.TagClassName
{
border-color: #D64639;
}
</style>