Shades of Cinnabar #D6463D
Tints of Cinnabar #D6463D
RGB
CMYK
RGB Variations
Color information
#D6463D (or 0xD6463D) is known color: Cinnabar. HEX triplet: D6, 46 and 3D. RGB value is (214,70,61). Sum of RGB (Red+Green+Blue) = 214+70+61=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6463D is #29B9C2. Grayscale: #707070. Windows color (decimal): -2734531 or 4015830. OLE color: 4015830.
HSL color Cylindrical-coordinate representation of color #D6463D: hue angle of 3.53º 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 #D6463D is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 61 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.16 |
| HSL | 3.53º | 0.65% | 0.54% | - |
| HSV(B) | 3.53º | 0.71% | 0.84% | - |
| XYZ | 30.76 | 19.01 | 6.46 | - |
| YUV | 112.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 61 | 0 | 0.67 | 0.71 | 0.16 | 3.53 | 0.65 | 0.54 |
| Hex | D6 | 46 | 3D | 0 | 43 | 47 | 10 | 4 | 41 | 36 |
| Octal | 326 | 106 | 75 | 0 | 103 | 107 | 20 | 4 | 101 | 66 |
| Binary | 11010110 | 1000110 | 111101 | 0 | 1000011 | 1000111 | 10000 | 100 | 1000001 | 110110 |
Color Harmonies of #D6463D
Complementary color
Monochromatic Colors of #D6463D
Black with #D6463D
Text Example
Text Example
White with #D6463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6463D; }
p { color: rgb(214,70,61); }
H1.HeaderClassName
{
color: #D6463D;
}
.AnyTagClassName
{
color: #D6463D;
}
</style>
background-color css
<style>
a { background-color: #D6463D; }
a { background-color: rgb(214,70,61); }
div.DivClassName
{
background-color: #D6463D;
}
.BgClassName
{
background-color: #D6463D;
}
</style>
border-color css
<style>
span { border-color: #D6463D; }
span { border-color: rgb(214,70,61); }
td.TdClassName
{
border-color: #D6463D;
}
.TagClassName
{
border-color: #D6463D;
}
</style>