Shades of Cinnabar #D7412B
Tints of Cinnabar #D7412B
RGB
CMYK
RGB Variations
Color information
#D7412B (or 0xD7412B) is known color: Cinnabar. HEX triplet: D7, 41 and 2B. RGB value is (215,65,43). Sum of RGB (Red+Green+Blue) = 215+65+43=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7412B is #28BED4. Grayscale: #6B6B6B. Windows color (decimal): -2670293 or 2834903. OLE color: 2834903.
HSL color Cylindrical-coordinate representation of color #D7412B: hue angle of 7.67º 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 #D7412B is Cyan = 0, Magento = 0.70, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 43 | - |
| CMYK | 0 | 0.70 | 0.8 | 0.16 |
| HSL | 7.67º | 0.68% | 0.51% | - |
| HSV(B) | 7.67º | 0.8% | 0.84% | - |
| XYZ | 30.35 | 18.4 | 4.24 | - |
| YUV | 107.34 | 91.7 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 43 | 0 | 0.70 | 0.8 | 0.16 | 7.67 | 0.68 | 0.51 |
| Hex | D7 | 41 | 2B | 0 | 46 | 50 | 10 | 8 | 44 | 33 |
| Octal | 327 | 101 | 53 | 0 | 106 | 120 | 20 | 10 | 104 | 63 |
| Binary | 11010111 | 1000001 | 101011 | 0 | 1000110 | 1010000 | 10000 | 1000 | 1000100 | 110011 |
Color Harmonies of #D7412B
Complementary color
Monochromatic Colors of #D7412B
Black with #D7412B
Text Example
Text Example
White with #D7412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7412B; }
p { color: rgb(215,65,43); }
H1.HeaderClassName
{
color: #D7412B;
}
.AnyTagClassName
{
color: #D7412B;
}
</style>
background-color css
<style>
a { background-color: #D7412B; }
a { background-color: rgb(215,65,43); }
div.DivClassName
{
background-color: #D7412B;
}
.BgClassName
{
background-color: #D7412B;
}
</style>
border-color css
<style>
span { border-color: #D7412B; }
span { border-color: rgb(215,65,43); }
td.TdClassName
{
border-color: #D7412B;
}
.TagClassName
{
border-color: #D7412B;
}
</style>