Shades of Cinnabar #D64542
Tints of Cinnabar #D64542
RGB
CMYK
RGB Variations
Color information
#D64542 (or 0xD64542) is known color: Cinnabar. HEX triplet: D6, 45 and 42. RGB value is (214,69,66). Sum of RGB (Red+Green+Blue) = 214+69+66=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D64542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64542 is #29BABD. Grayscale: #707070. Windows color (decimal): -2734782 or 4343254. OLE color: 4343254.
HSL color Cylindrical-coordinate representation of color #D64542: hue angle of 1.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64542 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 66 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.16 |
| HSL | 1.22º | 0.64% | 0.55% | - |
| HSV(B) | 1.22º | 0.69% | 0.84% | - |
| XYZ | 30.84 | 18.95 | 7.19 | - |
| YUV | 112.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 66 | 0 | 0.68 | 0.69 | 0.16 | 1.22 | 0.64 | 0.55 |
| Hex | D6 | 45 | 42 | 0 | 44 | 45 | 10 | 1 | 40 | 37 |
| Octal | 326 | 105 | 102 | 0 | 104 | 105 | 20 | 1 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1000010 | 0 | 1000100 | 1000101 | 10000 | 1 | 1000000 | 110111 |
Color Harmonies of #D64542
Complementary color
Monochromatic Colors of #D64542
Black with #D64542
Text Example
Text Example
White with #D64542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64542; }
p { color: rgb(214,69,66); }
H1.HeaderClassName
{
color: #D64542;
}
.AnyTagClassName
{
color: #D64542;
}
</style>
background-color css
<style>
a { background-color: #D64542; }
a { background-color: rgb(214,69,66); }
div.DivClassName
{
background-color: #D64542;
}
.BgClassName
{
background-color: #D64542;
}
</style>
border-color css
<style>
span { border-color: #D64542; }
span { border-color: rgb(214,69,66); }
td.TdClassName
{
border-color: #D64542;
}
.TagClassName
{
border-color: #D64542;
}
</style>