Shades of Cinnabar #D73A29
Tints of Cinnabar #D73A29
RGB
CMYK
RGB Variations
Color information
#D73A29 (or 0xD73A29) is known color: Cinnabar. HEX triplet: D7, 3A and 29. RGB value is (215,58,41). Sum of RGB (Red+Green+Blue) = 215+58+41=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A29 is #28C5D6. Grayscale: #676767. Windows color (decimal): -2672087 or 2702039. OLE color: 2702039.
HSL color Cylindrical-coordinate representation of color #D73A29: hue angle of 5.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D73A29 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 41 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.16 |
| HSL | 5.86º | 0.69% | 0.5% | - |
| HSV(B) | 5.86º | 0.81% | 0.84% | - |
| XYZ | 29.94 | 17.63 | 3.92 | - |
| YUV | 103.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 41 | 0 | 0.73 | 0.81 | 0.16 | 5.86 | 0.69 | 0.5 |
| Hex | D7 | 3A | 29 | 0 | 49 | 51 | 10 | 6 | 45 | 32 |
| Octal | 327 | 72 | 51 | 0 | 111 | 121 | 20 | 6 | 105 | 62 |
| Binary | 11010111 | 111010 | 101001 | 0 | 1001001 | 1010001 | 10000 | 110 | 1000101 | 110010 |
Color Harmonies of #D73A29
Complementary color
Monochromatic Colors of #D73A29
Black with #D73A29
Text Example
Text Example
White with #D73A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A29; }
p { color: rgb(215,58,41); }
H1.HeaderClassName
{
color: #D73A29;
}
.AnyTagClassName
{
color: #D73A29;
}
</style>
background-color css
<style>
a { background-color: #D73A29; }
a { background-color: rgb(215,58,41); }
div.DivClassName
{
background-color: #D73A29;
}
.BgClassName
{
background-color: #D73A29;
}
</style>
border-color css
<style>
span { border-color: #D73A29; }
span { border-color: rgb(215,58,41); }
td.TdClassName
{
border-color: #D73A29;
}
.TagClassName
{
border-color: #D73A29;
}
</style>