Shades of Cinnabar #D7472B
Tints of Cinnabar #D7472B
RGB
CMYK
RGB Variations
Color information
#D7472B (or 0xD7472B) is known color: Cinnabar. HEX triplet: D7, 47 and 2B. RGB value is (215,71,43). Sum of RGB (Red+Green+Blue) = 215+71+43=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7472B is #28B8D4. Grayscale: #6F6F6F. Windows color (decimal): -2668757 or 2836439. OLE color: 2836439.
HSL color Cylindrical-coordinate representation of color #D7472B: hue angle of 9.77º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7472B is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 43 | - |
| CMYK | 0 | 0.67 | 0.8 | 0.16 |
| HSL | 9.77º | 0.68% | 0.51% | - |
| HSV(B) | 9.77º | 0.8% | 0.84% | - |
| XYZ | 30.71 | 19.13 | 4.36 | - |
| YUV | 110.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 43 | 0 | 0.67 | 0.8 | 0.16 | 9.77 | 0.68 | 0.51 |
| Hex | D7 | 47 | 2B | 0 | 43 | 50 | 10 | A | 44 | 33 |
| Octal | 327 | 107 | 53 | 0 | 103 | 120 | 20 | 12 | 104 | 63 |
| Binary | 11010111 | 1000111 | 101011 | 0 | 1000011 | 1010000 | 10000 | 1010 | 1000100 | 110011 |
Color Harmonies of #D7472B
Complementary color
Monochromatic Colors of #D7472B
Black with #D7472B
Text Example
Text Example
White with #D7472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7472B; }
p { color: rgb(215,71,43); }
H1.HeaderClassName
{
color: #D7472B;
}
.AnyTagClassName
{
color: #D7472B;
}
</style>
background-color css
<style>
a { background-color: #D7472B; }
a { background-color: rgb(215,71,43); }
div.DivClassName
{
background-color: #D7472B;
}
.BgClassName
{
background-color: #D7472B;
}
</style>
border-color css
<style>
span { border-color: #D7472B; }
span { border-color: rgb(215,71,43); }
td.TdClassName
{
border-color: #D7472B;
}
.TagClassName
{
border-color: #D7472B;
}
</style>