Shades of Cinnabar #D6472A
Tints of Cinnabar #D6472A
RGB
CMYK
RGB Variations
Color information
#D6472A (or 0xD6472A) is known color: Cinnabar. HEX triplet: D6, 47 and 2A. RGB value is (214,71,42). Sum of RGB (Red+Green+Blue) = 214+71+42=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6472A is #29B8D5. Grayscale: #6E6E6E. Windows color (decimal): -2734294 or 2770902. OLE color: 2770902.
HSL color Cylindrical-coordinate representation of color #D6472A: hue angle of 10.12º 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 #D6472A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 42 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.16 |
| HSL | 10.12º | 0.68% | 0.5% | - |
| HSV(B) | 10.12º | 0.8% | 0.84% | - |
| XYZ | 30.4 | 18.97 | 4.25 | - |
| YUV | 110.45 | 89.38 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 42 | 0 | 0.67 | 0.80 | 0.16 | 10.12 | 0.68 | 0.5 |
| Hex | D6 | 47 | 2A | 0 | 43 | 50 | 10 | A | 44 | 32 |
| Octal | 326 | 107 | 52 | 0 | 103 | 120 | 20 | 12 | 104 | 62 |
| Binary | 11010110 | 1000111 | 101010 | 0 | 1000011 | 1010000 | 10000 | 1010 | 1000100 | 110010 |
Color Harmonies of #D6472A
Complementary color
Monochromatic Colors of #D6472A
Black with #D6472A
Text Example
Text Example
White with #D6472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6472A; }
p { color: rgb(214,71,42); }
H1.HeaderClassName
{
color: #D6472A;
}
.AnyTagClassName
{
color: #D6472A;
}
</style>
background-color css
<style>
a { background-color: #D6472A; }
a { background-color: rgb(214,71,42); }
div.DivClassName
{
background-color: #D6472A;
}
.BgClassName
{
background-color: #D6472A;
}
</style>
border-color css
<style>
span { border-color: #D6472A; }
span { border-color: rgb(214,71,42); }
td.TdClassName
{
border-color: #D6472A;
}
.TagClassName
{
border-color: #D6472A;
}
</style>