Shades of Cinnabar #D6443C
Tints of Cinnabar #D6443C
RGB
CMYK
RGB Variations
Color information
#D6443C (or 0xD6443C) is known color: Cinnabar. HEX triplet: D6, 44 and 3C. RGB value is (214,68,60). Sum of RGB (Red+Green+Blue) = 214+68+60=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6443C is #29BBC3. Grayscale: #6E6E6E. Windows color (decimal): -2735044 or 3949782. OLE color: 3949782.
HSL color Cylindrical-coordinate representation of color #D6443C: hue angle of 3.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6443C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 60 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.16 |
| HSL | 3.12º | 0.65% | 0.54% | - |
| HSV(B) | 3.12º | 0.72% | 0.84% | - |
| XYZ | 30.61 | 18.76 | 6.28 | - |
| YUV | 110.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 60 | 0 | 0.68 | 0.72 | 0.16 | 3.12 | 0.65 | 0.54 |
| Hex | D6 | 44 | 3C | 0 | 44 | 48 | 10 | 3 | 41 | 36 |
| Octal | 326 | 104 | 74 | 0 | 104 | 110 | 20 | 3 | 101 | 66 |
| Binary | 11010110 | 1000100 | 111100 | 0 | 1000100 | 1001000 | 10000 | 11 | 1000001 | 110110 |
Color Harmonies of #D6443C
Complementary color
Monochromatic Colors of #D6443C
Black with #D6443C
Text Example
Text Example
White with #D6443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6443C; }
p { color: rgb(214,68,60); }
H1.HeaderClassName
{
color: #D6443C;
}
.AnyTagClassName
{
color: #D6443C;
}
</style>
background-color css
<style>
a { background-color: #D6443C; }
a { background-color: rgb(214,68,60); }
div.DivClassName
{
background-color: #D6443C;
}
.BgClassName
{
background-color: #D6443C;
}
</style>
border-color css
<style>
span { border-color: #D6443C; }
span { border-color: rgb(214,68,60); }
td.TdClassName
{
border-color: #D6443C;
}
.TagClassName
{
border-color: #D6443C;
}
</style>