Shades of Cinnabar #D6422E
Tints of Cinnabar #D6422E
RGB
CMYK
RGB Variations
Color information
#D6422E (or 0xD6422E) is known color: Cinnabar. HEX triplet: D6, 42 and 2E. RGB value is (214,66,46). Sum of RGB (Red+Green+Blue) = 214+66+46=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6422E is #29BDD1. Grayscale: #6C6C6C. Windows color (decimal): -2735570 or 3031766. OLE color: 3031766.
HSL color Cylindrical-coordinate representation of color #D6422E: hue angle of 7.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6422E is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 46 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.16 |
| HSL | 7.14º | 0.67% | 0.51% | - |
| HSV(B) | 7.14º | 0.79% | 0.84% | - |
| XYZ | 30.17 | 18.39 | 4.54 | - |
| YUV | 107.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 46 | 0 | 0.69 | 0.79 | 0.16 | 7.14 | 0.67 | 0.51 |
| Hex | D6 | 42 | 2E | 0 | 45 | 4F | 10 | 7 | 43 | 33 |
| Octal | 326 | 102 | 56 | 0 | 105 | 117 | 20 | 7 | 103 | 63 |
| Binary | 11010110 | 1000010 | 101110 | 0 | 1000101 | 1001111 | 10000 | 111 | 1000011 | 110011 |
Color Harmonies of #D6422E
Complementary color
Monochromatic Colors of #D6422E
Black with #D6422E
Text Example
Text Example
White with #D6422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6422E; }
p { color: rgb(214,66,46); }
H1.HeaderClassName
{
color: #D6422E;
}
.AnyTagClassName
{
color: #D6422E;
}
</style>
background-color css
<style>
a { background-color: #D6422E; }
a { background-color: rgb(214,66,46); }
div.DivClassName
{
background-color: #D6422E;
}
.BgClassName
{
background-color: #D6422E;
}
</style>
border-color css
<style>
span { border-color: #D6422E; }
span { border-color: rgb(214,66,46); }
td.TdClassName
{
border-color: #D6422E;
}
.TagClassName
{
border-color: #D6422E;
}
</style>