Shades of Cinnabar #D6403F
Tints of Cinnabar #D6403F
RGB
CMYK
RGB Variations
Color information
#D6403F (or 0xD6403F) is known color: Cinnabar. HEX triplet: D6, 40 and 3F. RGB value is (214,64,63). Sum of RGB (Red+Green+Blue) = 214+64+63=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6403F is #29BFC0. Grayscale: #6C6C6C. Windows color (decimal): -2736065 or 4145366. OLE color: 4145366.
HSL color Cylindrical-coordinate representation of color #D6403F: hue angle of 0.4º 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 #D6403F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 63 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.16 |
| HSL | 0.4º | 0.65% | 0.54% | - |
| HSV(B) | 0.4º | 0.71% | 0.84% | - |
| XYZ | 30.46 | 18.32 | 6.63 | - |
| YUV | 108.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 63 | 0 | 0.70 | 0.71 | 0.16 | 0.4 | 0.65 | 0.54 |
| Hex | D6 | 40 | 3F | 0 | 46 | 47 | 10 | 0 | 41 | 36 |
| Octal | 326 | 100 | 77 | 0 | 106 | 107 | 20 | 0 | 101 | 66 |
| Binary | 11010110 | 1000000 | 111111 | 0 | 1000110 | 1000111 | 10000 | 0 | 1000001 | 110110 |
Color Harmonies of #D6403F
Complementary color
Monochromatic Colors of #D6403F
Black with #D6403F
Text Example
Text Example
White with #D6403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6403F; }
p { color: rgb(214,64,63); }
H1.HeaderClassName
{
color: #D6403F;
}
.AnyTagClassName
{
color: #D6403F;
}
</style>
background-color css
<style>
a { background-color: #D6403F; }
a { background-color: rgb(214,64,63); }
div.DivClassName
{
background-color: #D6403F;
}
.BgClassName
{
background-color: #D6403F;
}
</style>
border-color css
<style>
span { border-color: #D6403F; }
span { border-color: rgb(214,64,63); }
td.TdClassName
{
border-color: #D6403F;
}
.TagClassName
{
border-color: #D6403F;
}
</style>