Shades of Cinnabar #D6412C
Tints of Cinnabar #D6412C
RGB
CMYK
RGB Variations
Color information
#D6412C (or 0xD6412C) is known color: Cinnabar. HEX triplet: D6, 41 and 2C. RGB value is (214,65,44). Sum of RGB (Red+Green+Blue) = 214+65+44=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6412C is #29BED3. Grayscale: #6B6B6B. Windows color (decimal): -2735828 or 2900438. OLE color: 2900438.
HSL color Cylindrical-coordinate representation of color #D6412C: hue angle of 7.41º 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 #D6412C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.16 |
| HSL | 7.41º | 0.67% | 0.51% | - |
| HSV(B) | 7.41º | 0.79% | 0.84% | - |
| XYZ | 30.08 | 18.26 | 4.32 | - |
| YUV | 107.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 44 | 0 | 0.70 | 0.79 | 0.16 | 7.41 | 0.67 | 0.51 |
| Hex | D6 | 41 | 2C | 0 | 46 | 4F | 10 | 7 | 43 | 33 |
| Octal | 326 | 101 | 54 | 0 | 106 | 117 | 20 | 7 | 103 | 63 |
| Binary | 11010110 | 1000001 | 101100 | 0 | 1000110 | 1001111 | 10000 | 111 | 1000011 | 110011 |
Color Harmonies of #D6412C
Complementary color
Monochromatic Colors of #D6412C
Black with #D6412C
Text Example
Text Example
White with #D6412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6412C; }
p { color: rgb(214,65,44); }
H1.HeaderClassName
{
color: #D6412C;
}
.AnyTagClassName
{
color: #D6412C;
}
</style>
background-color css
<style>
a { background-color: #D6412C; }
a { background-color: rgb(214,65,44); }
div.DivClassName
{
background-color: #D6412C;
}
.BgClassName
{
background-color: #D6412C;
}
</style>
border-color css
<style>
span { border-color: #D6412C; }
span { border-color: rgb(214,65,44); }
td.TdClassName
{
border-color: #D6412C;
}
.TagClassName
{
border-color: #D6412C;
}
</style>