Shades of Cinnabar #D74329
Tints of Cinnabar #D74329
RGB
CMYK
RGB Variations
Color information
#D74329 (or 0xD74329) is known color: Cinnabar. HEX triplet: D7, 43 and 29. RGB value is (215,67,41). Sum of RGB (Red+Green+Blue) = 215+67+41=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D74329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74329 is #28BCD6. Grayscale: #6C6C6C. Windows color (decimal): -2669783 or 2704343. OLE color: 2704343.
HSL color Cylindrical-coordinate representation of color #D74329: hue angle of 8.97º 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 #D74329 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 41 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.16 |
| HSL | 8.97º | 0.69% | 0.5% | - |
| HSV(B) | 8.97º | 0.81% | 0.84% | - |
| XYZ | 30.43 | 18.62 | 4.09 | - |
| YUV | 108.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 41 | 0 | 0.69 | 0.81 | 0.16 | 8.97 | 0.69 | 0.5 |
| Hex | D7 | 43 | 29 | 0 | 45 | 51 | 10 | 9 | 45 | 32 |
| Octal | 327 | 103 | 51 | 0 | 105 | 121 | 20 | 11 | 105 | 62 |
| Binary | 11010111 | 1000011 | 101001 | 0 | 1000101 | 1010001 | 10000 | 1001 | 1000101 | 110010 |
Color Harmonies of #D74329
Complementary color
Monochromatic Colors of #D74329
Black with #D74329
Text Example
Text Example
White with #D74329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74329; }
p { color: rgb(215,67,41); }
H1.HeaderClassName
{
color: #D74329;
}
.AnyTagClassName
{
color: #D74329;
}
</style>
background-color css
<style>
a { background-color: #D74329; }
a { background-color: rgb(215,67,41); }
div.DivClassName
{
background-color: #D74329;
}
.BgClassName
{
background-color: #D74329;
}
</style>
border-color css
<style>
span { border-color: #D74329; }
span { border-color: rgb(215,67,41); }
td.TdClassName
{
border-color: #D74329;
}
.TagClassName
{
border-color: #D74329;
}
</style>