Shades of Cinnabar #D6403A
Tints of Cinnabar #D6403A
RGB
CMYK
RGB Variations
Color information
#D6403A (or 0xD6403A) is known color: Cinnabar. HEX triplet: D6, 40 and 3A. RGB value is (214,64,58). Sum of RGB (Red+Green+Blue) = 214+64+58=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D6403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6403A is #29BFC5. Grayscale: #6C6C6C. Windows color (decimal): -2736070 or 3817686. OLE color: 3817686.
HSL color Cylindrical-coordinate representation of color #D6403A: hue angle of 2.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6403A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 58 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.16 |
| HSL | 2.31º | 0.66% | 0.53% | - |
| HSV(B) | 2.31º | 0.73% | 0.84% | - |
| XYZ | 30.33 | 18.27 | 5.93 | - |
| YUV | 108.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 58 | 0 | 0.70 | 0.73 | 0.16 | 2.31 | 0.66 | 0.53 |
| Hex | D6 | 40 | 3A | 0 | 46 | 49 | 10 | 2 | 42 | 35 |
| Octal | 326 | 100 | 72 | 0 | 106 | 111 | 20 | 2 | 102 | 65 |
| Binary | 11010110 | 1000000 | 111010 | 0 | 1000110 | 1001001 | 10000 | 10 | 1000010 | 110101 |
Color Harmonies of #D6403A
Complementary color
Monochromatic Colors of #D6403A
Black with #D6403A
Text Example
Text Example
White with #D6403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6403A; }
p { color: rgb(214,64,58); }
H1.HeaderClassName
{
color: #D6403A;
}
.AnyTagClassName
{
color: #D6403A;
}
</style>
background-color css
<style>
a { background-color: #D6403A; }
a { background-color: rgb(214,64,58); }
div.DivClassName
{
background-color: #D6403A;
}
.BgClassName
{
background-color: #D6403A;
}
</style>
border-color css
<style>
span { border-color: #D6403A; }
span { border-color: rgb(214,64,58); }
td.TdClassName
{
border-color: #D6403A;
}
.TagClassName
{
border-color: #D6403A;
}
</style>