Shades of Cinnabar #D7462B
Tints of Cinnabar #D7462B
RGB
CMYK
RGB Variations
Color information
#D7462B (or 0xD7462B) is known color: Cinnabar. HEX triplet: D7, 46 and 2B. RGB value is (215,70,43). Sum of RGB (Red+Green+Blue) = 215+70+43=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7462B is #28B9D4. Grayscale: #6E6E6E. Windows color (decimal): -2669013 or 2836183. OLE color: 2836183.
HSL color Cylindrical-coordinate representation of color #D7462B: hue angle of 9.42º 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 #D7462B is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 43 | - |
| CMYK | 0 | 0.67 | 0.8 | 0.16 |
| HSL | 9.42º | 0.68% | 0.51% | - |
| HSV(B) | 9.42º | 0.8% | 0.84% | - |
| XYZ | 30.65 | 19 | 4.34 | - |
| YUV | 110.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 43 | 0 | 0.67 | 0.8 | 0.16 | 9.42 | 0.68 | 0.51 |
| Hex | D7 | 46 | 2B | 0 | 43 | 50 | 10 | 9 | 44 | 33 |
| Octal | 327 | 106 | 53 | 0 | 103 | 120 | 20 | 11 | 104 | 63 |
| Binary | 11010111 | 1000110 | 101011 | 0 | 1000011 | 1010000 | 10000 | 1001 | 1000100 | 110011 |
Color Harmonies of #D7462B
Complementary color
Monochromatic Colors of #D7462B
Black with #D7462B
Text Example
Text Example
White with #D7462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7462B; }
p { color: rgb(215,70,43); }
H1.HeaderClassName
{
color: #D7462B;
}
.AnyTagClassName
{
color: #D7462B;
}
</style>
background-color css
<style>
a { background-color: #D7462B; }
a { background-color: rgb(215,70,43); }
div.DivClassName
{
background-color: #D7462B;
}
.BgClassName
{
background-color: #D7462B;
}
</style>
border-color css
<style>
span { border-color: #D7462B; }
span { border-color: rgb(215,70,43); }
td.TdClassName
{
border-color: #D7462B;
}
.TagClassName
{
border-color: #D7462B;
}
</style>