Shades of Cinnabar #D73D29
Tints of Cinnabar #D73D29
RGB
CMYK
RGB Variations
Color information
#D73D29 (or 0xD73D29) is known color: Cinnabar. HEX triplet: D7, 3D and 29. RGB value is (215,61,41). Sum of RGB (Red+Green+Blue) = 215+61+41=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D29 is #28C2D6. Grayscale: #696969. Windows color (decimal): -2671319 or 2702807. OLE color: 2702807.
HSL color Cylindrical-coordinate representation of color #D73D29: hue angle of 6.9º 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 #D73D29 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 41 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.16 |
| HSL | 6.9º | 0.69% | 0.5% | - |
| HSV(B) | 6.9º | 0.81% | 0.84% | - |
| XYZ | 30.09 | 17.94 | 3.98 | - |
| YUV | 104.77 | 92.02 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 41 | 0 | 0.72 | 0.81 | 0.16 | 6.9 | 0.69 | 0.5 |
| Hex | D7 | 3D | 29 | 0 | 48 | 51 | 10 | 7 | 45 | 32 |
| Octal | 327 | 75 | 51 | 0 | 110 | 121 | 20 | 7 | 105 | 62 |
| Binary | 11010111 | 111101 | 101001 | 0 | 1001000 | 1010001 | 10000 | 111 | 1000101 | 110010 |
Color Harmonies of #D73D29
Complementary color
Monochromatic Colors of #D73D29
Black with #D73D29
Text Example
Text Example
White with #D73D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D29; }
p { color: rgb(215,61,41); }
H1.HeaderClassName
{
color: #D73D29;
}
.AnyTagClassName
{
color: #D73D29;
}
</style>
background-color css
<style>
a { background-color: #D73D29; }
a { background-color: rgb(215,61,41); }
div.DivClassName
{
background-color: #D73D29;
}
.BgClassName
{
background-color: #D73D29;
}
</style>
border-color css
<style>
span { border-color: #D73D29; }
span { border-color: rgb(215,61,41); }
td.TdClassName
{
border-color: #D73D29;
}
.TagClassName
{
border-color: #D73D29;
}
</style>