Shades of Cinnabar #D2473B
Tints of Cinnabar #D2473B
RGB
CMYK
RGB Variations
Color information
#D2473B (or 0xD2473B) is known color: Cinnabar. HEX triplet: D2, 47 and 3B. RGB value is (210,71,59). Sum of RGB (Red+Green+Blue) = 210+71+59=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2473B is #2DB8C4. Grayscale: #6F6F6F. Windows color (decimal): -2996421 or 3885010. OLE color: 3885010.
HSL color Cylindrical-coordinate representation of color #D2473B: hue angle of 4.77º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2473B is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 59 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.18 |
| HSL | 4.77º | 0.63% | 0.53% | - |
| HSV(B) | 4.77º | 0.72% | 0.82% | - |
| XYZ | 29.62 | 18.52 | 6.15 | - |
| YUV | 111.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 59 | 0 | 0.66 | 0.72 | 0.18 | 4.77 | 0.63 | 0.53 |
| Hex | D2 | 47 | 3B | 0 | 42 | 48 | 12 | 5 | 3F | 35 |
| Octal | 322 | 107 | 73 | 0 | 102 | 110 | 22 | 5 | 77 | 65 |
| Binary | 11010010 | 1000111 | 111011 | 0 | 1000010 | 1001000 | 10010 | 101 | 111111 | 110101 |
Color Harmonies of #D2473B
Complementary color
Monochromatic Colors of #D2473B
Black with #D2473B
Text Example
Text Example
White with #D2473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2473B; }
p { color: rgb(210,71,59); }
H1.HeaderClassName
{
color: #D2473B;
}
.AnyTagClassName
{
color: #D2473B;
}
</style>
background-color css
<style>
a { background-color: #D2473B; }
a { background-color: rgb(210,71,59); }
div.DivClassName
{
background-color: #D2473B;
}
.BgClassName
{
background-color: #D2473B;
}
</style>
border-color css
<style>
span { border-color: #D2473B; }
span { border-color: rgb(210,71,59); }
td.TdClassName
{
border-color: #D2473B;
}
.TagClassName
{
border-color: #D2473B;
}
</style>