Shades of Cinnabar #D73C2B
Tints of Cinnabar #D73C2B
RGB
CMYK
RGB Variations
Color information
#D73C2B (or 0xD73C2B) is known color: Cinnabar. HEX triplet: D7, 3C and 2B. RGB value is (215,60,43). Sum of RGB (Red+Green+Blue) = 215+60+43=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C2B is #28C3D4. Grayscale: #686868. Windows color (decimal): -2671573 or 2833623. OLE color: 2833623.
HSL color Cylindrical-coordinate representation of color #D73C2B: hue angle of 5.93º 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 #D73C2B is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 43 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.16 |
| HSL | 5.93º | 0.68% | 0.51% | - |
| HSV(B) | 5.93º | 0.8% | 0.84% | - |
| XYZ | 30.08 | 17.85 | 4.15 | - |
| YUV | 104.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 43 | 0 | 0.72 | 0.8 | 0.16 | 5.93 | 0.68 | 0.51 |
| Hex | D7 | 3C | 2B | 0 | 48 | 50 | 10 | 6 | 44 | 33 |
| Octal | 327 | 74 | 53 | 0 | 110 | 120 | 20 | 6 | 104 | 63 |
| Binary | 11010111 | 111100 | 101011 | 0 | 1001000 | 1010000 | 10000 | 110 | 1000100 | 110011 |
Color Harmonies of #D73C2B
Complementary color
Monochromatic Colors of #D73C2B
Black with #D73C2B
Text Example
Text Example
White with #D73C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C2B; }
p { color: rgb(215,60,43); }
H1.HeaderClassName
{
color: #D73C2B;
}
.AnyTagClassName
{
color: #D73C2B;
}
</style>
background-color css
<style>
a { background-color: #D73C2B; }
a { background-color: rgb(215,60,43); }
div.DivClassName
{
background-color: #D73C2B;
}
.BgClassName
{
background-color: #D73C2B;
}
</style>
border-color css
<style>
span { border-color: #D73C2B; }
span { border-color: rgb(215,60,43); }
td.TdClassName
{
border-color: #D73C2B;
}
.TagClassName
{
border-color: #D73C2B;
}
</style>