Shades of Cinnabar #D73B2E
Tints of Cinnabar #D73B2E
RGB
CMYK
RGB Variations
Color information
#D73B2E (or 0xD73B2E) is known color: Cinnabar. HEX triplet: D7, 3B and 2E. RGB value is (215,59,46). Sum of RGB (Red+Green+Blue) = 215+59+46=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B2E is #28C4D1. Grayscale: #686868. Windows color (decimal): -2671826 or 3029975. OLE color: 3029975.
HSL color Cylindrical-coordinate representation of color #D73B2E: hue angle of 4.62º 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 #D73B2E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 46 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.16 |
| HSL | 4.62º | 0.68% | 0.51% | - |
| HSV(B) | 4.62º | 0.79% | 0.84% | - |
| XYZ | 30.08 | 17.77 | 4.43 | - |
| YUV | 104.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 46 | 0 | 0.73 | 0.79 | 0.16 | 4.62 | 0.68 | 0.51 |
| Hex | D7 | 3B | 2E | 0 | 49 | 4F | 10 | 5 | 44 | 33 |
| Octal | 327 | 73 | 56 | 0 | 111 | 117 | 20 | 5 | 104 | 63 |
| Binary | 11010111 | 111011 | 101110 | 0 | 1001001 | 1001111 | 10000 | 101 | 1000100 | 110011 |
Color Harmonies of #D73B2E
Complementary color
Monochromatic Colors of #D73B2E
Black with #D73B2E
Text Example
Text Example
White with #D73B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B2E; }
p { color: rgb(215,59,46); }
H1.HeaderClassName
{
color: #D73B2E;
}
.AnyTagClassName
{
color: #D73B2E;
}
</style>
background-color css
<style>
a { background-color: #D73B2E; }
a { background-color: rgb(215,59,46); }
div.DivClassName
{
background-color: #D73B2E;
}
.BgClassName
{
background-color: #D73B2E;
}
</style>
border-color css
<style>
span { border-color: #D73B2E; }
span { border-color: rgb(215,59,46); }
td.TdClassName
{
border-color: #D73B2E;
}
.TagClassName
{
border-color: #D73B2E;
}
</style>