Shades of Cinnabar #D6462A
Tints of Cinnabar #D6462A
RGB
CMYK
RGB Variations
Color information
#D6462A (or 0xD6462A) is known color: Cinnabar. HEX triplet: D6, 46 and 2A. RGB value is (214,70,42). Sum of RGB (Red+Green+Blue) = 214+70+42=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6462A is #29B9D5. Grayscale: #6E6E6E. Windows color (decimal): -2734550 or 2770646. OLE color: 2770646.
HSL color Cylindrical-coordinate representation of color #D6462A: hue angle of 9.77º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6462A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 42 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.16 |
| HSL | 9.77º | 0.68% | 0.5% | - |
| HSV(B) | 9.77º | 0.8% | 0.84% | - |
| XYZ | 30.34 | 18.84 | 4.23 | - |
| YUV | 109.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 42 | 0 | 0.67 | 0.80 | 0.16 | 9.77 | 0.68 | 0.5 |
| Hex | D6 | 46 | 2A | 0 | 43 | 50 | 10 | A | 44 | 32 |
| Octal | 326 | 106 | 52 | 0 | 103 | 120 | 20 | 12 | 104 | 62 |
| Binary | 11010110 | 1000110 | 101010 | 0 | 1000011 | 1010000 | 10000 | 1010 | 1000100 | 110010 |
Color Harmonies of #D6462A
Complementary color
Monochromatic Colors of #D6462A
Black with #D6462A
Text Example
Text Example
White with #D6462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6462A; }
p { color: rgb(214,70,42); }
H1.HeaderClassName
{
color: #D6462A;
}
.AnyTagClassName
{
color: #D6462A;
}
</style>
background-color css
<style>
a { background-color: #D6462A; }
a { background-color: rgb(214,70,42); }
div.DivClassName
{
background-color: #D6462A;
}
.BgClassName
{
background-color: #D6462A;
}
</style>
border-color css
<style>
span { border-color: #D6462A; }
span { border-color: rgb(214,70,42); }
td.TdClassName
{
border-color: #D6462A;
}
.TagClassName
{
border-color: #D6462A;
}
</style>