Shades of Cinnabar #D8473D
Tints of Cinnabar #D8473D
RGB
CMYK
RGB Variations
Color information
#D8473D (or 0xD8473D) is known color: Cinnabar. HEX triplet: D8, 47 and 3D. RGB value is (216,71,61). Sum of RGB (Red+Green+Blue) = 216+71+61=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8473D is #27B8C2. Grayscale: #717171. Windows color (decimal): -2603203 or 4016088. OLE color: 4016088.
HSL color Cylindrical-coordinate representation of color #D8473D: hue angle of 3.87º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8473D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 61 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.15 |
| HSL | 3.87º | 0.67% | 0.54% | - |
| HSV(B) | 3.87º | 0.72% | 0.85% | - |
| XYZ | 31.41 | 19.44 | 6.51 | - |
| YUV | 113.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 61 | 0 | 0.67 | 0.72 | 0.15 | 3.87 | 0.67 | 0.54 |
| Hex | D8 | 47 | 3D | 0 | 43 | 48 | F | 4 | 43 | 36 |
| Octal | 330 | 107 | 75 | 0 | 103 | 110 | 17 | 4 | 103 | 66 |
| Binary | 11011000 | 1000111 | 111101 | 0 | 1000011 | 1001000 | 1111 | 100 | 1000011 | 110110 |
Color Harmonies of #D8473D
Complementary color
Monochromatic Colors of #D8473D
Black with #D8473D
Text Example
Text Example
White with #D8473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8473D; }
p { color: rgb(216,71,61); }
H1.HeaderClassName
{
color: #D8473D;
}
.AnyTagClassName
{
color: #D8473D;
}
</style>
background-color css
<style>
a { background-color: #D8473D; }
a { background-color: rgb(216,71,61); }
div.DivClassName
{
background-color: #D8473D;
}
.BgClassName
{
background-color: #D8473D;
}
</style>
border-color css
<style>
span { border-color: #D8473D; }
span { border-color: rgb(216,71,61); }
td.TdClassName
{
border-color: #D8473D;
}
.TagClassName
{
border-color: #D8473D;
}
</style>