Shades of Cinnabar #D9473D
Tints of Cinnabar #D9473D
RGB
CMYK
RGB Variations
Color information
#D9473D (or 0xD9473D) is known color: Cinnabar. HEX triplet: D9, 47 and 3D. RGB value is (217,71,61). Sum of RGB (Red+Green+Blue) = 217+71+61=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9473D is #26B8C2. Grayscale: #717171. Windows color (decimal): -2537667 or 4016089. OLE color: 4016089.
HSL color Cylindrical-coordinate representation of color #D9473D: hue angle of 3.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9473D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 61 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.15 |
| HSL | 3.85º | 0.67% | 0.55% | - |
| HSV(B) | 3.85º | 0.72% | 0.85% | - |
| XYZ | 31.71 | 19.6 | 6.53 | - |
| YUV | 113.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 61 | 0 | 0.67 | 0.72 | 0.15 | 3.85 | 0.67 | 0.55 |
| Hex | D9 | 47 | 3D | 0 | 43 | 48 | F | 4 | 43 | 37 |
| Octal | 331 | 107 | 75 | 0 | 103 | 110 | 17 | 4 | 103 | 67 |
| Binary | 11011001 | 1000111 | 111101 | 0 | 1000011 | 1001000 | 1111 | 100 | 1000011 | 110111 |
Color Harmonies of #D9473D
Complementary color
Monochromatic Colors of #D9473D
Black with #D9473D
Text Example
Text Example
White with #D9473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9473D; }
p { color: rgb(217,71,61); }
H1.HeaderClassName
{
color: #D9473D;
}
.AnyTagClassName
{
color: #D9473D;
}
</style>
background-color css
<style>
a { background-color: #D9473D; }
a { background-color: rgb(217,71,61); }
div.DivClassName
{
background-color: #D9473D;
}
.BgClassName
{
background-color: #D9473D;
}
</style>
border-color css
<style>
span { border-color: #D9473D; }
span { border-color: rgb(217,71,61); }
td.TdClassName
{
border-color: #D9473D;
}
.TagClassName
{
border-color: #D9473D;
}
</style>