Shades of Cinnabar #D7472D
Tints of Cinnabar #D7472D
RGB
CMYK
RGB Variations
Color information
#D7472D (or 0xD7472D) is known color: Cinnabar. HEX triplet: D7, 47 and 2D. RGB value is (215,71,45). Sum of RGB (Red+Green+Blue) = 215+71+45=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7472D is #28B8D2. Grayscale: #6F6F6F. Windows color (decimal): -2668755 or 2967511. OLE color: 2967511.
HSL color Cylindrical-coordinate representation of color #D7472D: hue angle of 9.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7472D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 45 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.16 |
| HSL | 9.18º | 0.68% | 0.51% | - |
| HSV(B) | 9.18º | 0.79% | 0.84% | - |
| XYZ | 30.75 | 19.14 | 4.56 | - |
| YUV | 111.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 45 | 0 | 0.67 | 0.79 | 0.16 | 9.18 | 0.68 | 0.51 |
| Hex | D7 | 47 | 2D | 0 | 43 | 4F | 10 | 9 | 44 | 33 |
| Octal | 327 | 107 | 55 | 0 | 103 | 117 | 20 | 11 | 104 | 63 |
| Binary | 11010111 | 1000111 | 101101 | 0 | 1000011 | 1001111 | 10000 | 1001 | 1000100 | 110011 |
Color Harmonies of #D7472D
Complementary color
Monochromatic Colors of #D7472D
Black with #D7472D
Text Example
Text Example
White with #D7472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7472D; }
p { color: rgb(215,71,45); }
H1.HeaderClassName
{
color: #D7472D;
}
.AnyTagClassName
{
color: #D7472D;
}
</style>
background-color css
<style>
a { background-color: #D7472D; }
a { background-color: rgb(215,71,45); }
div.DivClassName
{
background-color: #D7472D;
}
.BgClassName
{
background-color: #D7472D;
}
</style>
border-color css
<style>
span { border-color: #D7472D; }
span { border-color: rgb(215,71,45); }
td.TdClassName
{
border-color: #D7472D;
}
.TagClassName
{
border-color: #D7472D;
}
</style>