Shades of Cinnabar #D73F29
Tints of Cinnabar #D73F29
RGB
CMYK
RGB Variations
Color information
#D73F29 (or 0xD73F29) is known color: Cinnabar. HEX triplet: D7, 3F and 29. RGB value is (215,63,41). Sum of RGB (Red+Green+Blue) = 215+63+41=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F29 is #28C0D6. Grayscale: #6A6A6A. Windows color (decimal): -2670807 or 2703319. OLE color: 2703319.
HSL color Cylindrical-coordinate representation of color #D73F29: hue angle of 7.59º 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 #D73F29 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 41 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.16 |
| HSL | 7.59º | 0.69% | 0.5% | - |
| HSV(B) | 7.59º | 0.81% | 0.84% | - |
| XYZ | 30.2 | 18.16 | 4.01 | - |
| YUV | 105.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 41 | 0 | 0.71 | 0.81 | 0.16 | 7.59 | 0.69 | 0.5 |
| Hex | D7 | 3F | 29 | 0 | 47 | 51 | 10 | 8 | 45 | 32 |
| Octal | 327 | 77 | 51 | 0 | 107 | 121 | 20 | 10 | 105 | 62 |
| Binary | 11010111 | 111111 | 101001 | 0 | 1000111 | 1010001 | 10000 | 1000 | 1000101 | 110010 |
Color Harmonies of #D73F29
Complementary color
Monochromatic Colors of #D73F29
Black with #D73F29
Text Example
Text Example
White with #D73F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F29; }
p { color: rgb(215,63,41); }
H1.HeaderClassName
{
color: #D73F29;
}
.AnyTagClassName
{
color: #D73F29;
}
</style>
background-color css
<style>
a { background-color: #D73F29; }
a { background-color: rgb(215,63,41); }
div.DivClassName
{
background-color: #D73F29;
}
.BgClassName
{
background-color: #D73F29;
}
</style>
border-color css
<style>
span { border-color: #D73F29; }
span { border-color: rgb(215,63,41); }
td.TdClassName
{
border-color: #D73F29;
}
.TagClassName
{
border-color: #D73F29;
}
</style>