Shades of Cinnabar #D74729
Tints of Cinnabar #D74729
RGB
CMYK
RGB Variations
Color information
#D74729 (or 0xD74729) is known color: Cinnabar. HEX triplet: D7, 47 and 29. RGB value is (215,71,41). Sum of RGB (Red+Green+Blue) = 215+71+41=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D74729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74729 is #28B8D6. Grayscale: #6E6E6E. Windows color (decimal): -2668759 or 2705367. OLE color: 2705367.
HSL color Cylindrical-coordinate representation of color #D74729: hue angle of 10.34º 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 #D74729 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 41 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.16 |
| HSL | 10.34º | 0.69% | 0.5% | - |
| HSV(B) | 10.34º | 0.81% | 0.84% | - |
| XYZ | 30.68 | 19.11 | 4.17 | - |
| YUV | 110.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 41 | 0 | 0.67 | 0.81 | 0.16 | 10.34 | 0.69 | 0.5 |
| Hex | D7 | 47 | 29 | 0 | 43 | 51 | 10 | A | 45 | 32 |
| Octal | 327 | 107 | 51 | 0 | 103 | 121 | 20 | 12 | 105 | 62 |
| Binary | 11010111 | 1000111 | 101001 | 0 | 1000011 | 1010001 | 10000 | 1010 | 1000101 | 110010 |
Color Harmonies of #D74729
Complementary color
Monochromatic Colors of #D74729
Black with #D74729
Text Example
Text Example
White with #D74729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74729; }
p { color: rgb(215,71,41); }
H1.HeaderClassName
{
color: #D74729;
}
.AnyTagClassName
{
color: #D74729;
}
</style>
background-color css
<style>
a { background-color: #D74729; }
a { background-color: rgb(215,71,41); }
div.DivClassName
{
background-color: #D74729;
}
.BgClassName
{
background-color: #D74729;
}
</style>
border-color css
<style>
span { border-color: #D74729; }
span { border-color: rgb(215,71,41); }
td.TdClassName
{
border-color: #D74729;
}
.TagClassName
{
border-color: #D74729;
}
</style>