Shades of Cinnabar #D73F2D
Tints of Cinnabar #D73F2D
RGB
CMYK
RGB Variations
Color information
#D73F2D (or 0xD73F2D) is known color: Cinnabar. HEX triplet: D7, 3F and 2D. RGB value is (215,63,45). Sum of RGB (Red+Green+Blue) = 215+63+45=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F2D is #28C0D2. Grayscale: #6A6A6A. Windows color (decimal): -2670803 or 2965463. OLE color: 2965463.
HSL color Cylindrical-coordinate representation of color #D73F2D: hue angle of 6.35º 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 #D73F2D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 45 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.16 |
| HSL | 6.35º | 0.68% | 0.51% | - |
| HSV(B) | 6.35º | 0.79% | 0.84% | - |
| XYZ | 30.28 | 18.19 | 4.4 | - |
| YUV | 106.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 45 | 0 | 0.71 | 0.79 | 0.16 | 6.35 | 0.68 | 0.51 |
| Hex | D7 | 3F | 2D | 0 | 47 | 4F | 10 | 6 | 44 | 33 |
| Octal | 327 | 77 | 55 | 0 | 107 | 117 | 20 | 6 | 104 | 63 |
| Binary | 11010111 | 111111 | 101101 | 0 | 1000111 | 1001111 | 10000 | 110 | 1000100 | 110011 |
Color Harmonies of #D73F2D
Complementary color
Monochromatic Colors of #D73F2D
Black with #D73F2D
Text Example
Text Example
White with #D73F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F2D; }
p { color: rgb(215,63,45); }
H1.HeaderClassName
{
color: #D73F2D;
}
.AnyTagClassName
{
color: #D73F2D;
}
</style>
background-color css
<style>
a { background-color: #D73F2D; }
a { background-color: rgb(215,63,45); }
div.DivClassName
{
background-color: #D73F2D;
}
.BgClassName
{
background-color: #D73F2D;
}
</style>
border-color css
<style>
span { border-color: #D73F2D; }
span { border-color: rgb(215,63,45); }
td.TdClassName
{
border-color: #D73F2D;
}
.TagClassName
{
border-color: #D73F2D;
}
</style>