Shades of Cinnabar #D73B2D
Tints of Cinnabar #D73B2D
RGB
CMYK
RGB Variations
Color information
#D73B2D (or 0xD73B2D) is known color: Cinnabar. HEX triplet: D7, 3B and 2D. RGB value is (215,59,45). Sum of RGB (Red+Green+Blue) = 215+59+45=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B2D is #28C4D2. Grayscale: #686868. Windows color (decimal): -2671827 or 2964439. OLE color: 2964439.
HSL color Cylindrical-coordinate representation of color #D73B2D: hue angle of 4.94º 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 #D73B2D is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 45 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.16 |
| HSL | 4.94º | 0.68% | 0.51% | - |
| HSV(B) | 4.94º | 0.79% | 0.84% | - |
| XYZ | 30.06 | 17.76 | 4.33 | - |
| YUV | 104.05 | 94.68 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 45 | 0 | 0.73 | 0.79 | 0.16 | 4.94 | 0.68 | 0.51 |
| Hex | D7 | 3B | 2D | 0 | 49 | 4F | 10 | 5 | 44 | 33 |
| Octal | 327 | 73 | 55 | 0 | 111 | 117 | 20 | 5 | 104 | 63 |
| Binary | 11010111 | 111011 | 101101 | 0 | 1001001 | 1001111 | 10000 | 101 | 1000100 | 110011 |
Color Harmonies of #D73B2D
Complementary color
Monochromatic Colors of #D73B2D
Black with #D73B2D
Text Example
Text Example
White with #D73B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B2D; }
p { color: rgb(215,59,45); }
H1.HeaderClassName
{
color: #D73B2D;
}
.AnyTagClassName
{
color: #D73B2D;
}
</style>
background-color css
<style>
a { background-color: #D73B2D; }
a { background-color: rgb(215,59,45); }
div.DivClassName
{
background-color: #D73B2D;
}
.BgClassName
{
background-color: #D73B2D;
}
</style>
border-color css
<style>
span { border-color: #D73B2D; }
span { border-color: rgb(215,59,45); }
td.TdClassName
{
border-color: #D73B2D;
}
.TagClassName
{
border-color: #D73B2D;
}
</style>