Shades of Cinnabar #D74629
Tints of Cinnabar #D74629
RGB
CMYK
RGB Variations
Color information
#D74629 (or 0xD74629) is known color: Cinnabar. HEX triplet: D7, 46 and 29. RGB value is (215,70,41). Sum of RGB (Red+Green+Blue) = 215+70+41=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D74629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74629 is #28B9D6. Grayscale: #6E6E6E. Windows color (decimal): -2669015 or 2705111. OLE color: 2705111.
HSL color Cylindrical-coordinate representation of color #D74629: hue angle of 10º 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 #D74629 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 41 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.16 |
| HSL | 10º | 0.69% | 0.5% | - |
| HSV(B) | 10º | 0.81% | 0.84% | - |
| XYZ | 30.61 | 18.99 | 4.15 | - |
| YUV | 110.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 41 | 0 | 0.67 | 0.81 | 0.16 | 10 | 0.69 | 0.5 |
| Hex | D7 | 46 | 29 | 0 | 43 | 51 | 10 | A | 45 | 32 |
| Octal | 327 | 106 | 51 | 0 | 103 | 121 | 20 | 12 | 105 | 62 |
| Binary | 11010111 | 1000110 | 101001 | 0 | 1000011 | 1010001 | 10000 | 1010 | 1000101 | 110010 |
Color Harmonies of #D74629
Complementary color
Monochromatic Colors of #D74629
Black with #D74629
Text Example
Text Example
White with #D74629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74629; }
p { color: rgb(215,70,41); }
H1.HeaderClassName
{
color: #D74629;
}
.AnyTagClassName
{
color: #D74629;
}
</style>
background-color css
<style>
a { background-color: #D74629; }
a { background-color: rgb(215,70,41); }
div.DivClassName
{
background-color: #D74629;
}
.BgClassName
{
background-color: #D74629;
}
</style>
border-color css
<style>
span { border-color: #D74629; }
span { border-color: rgb(215,70,41); }
td.TdClassName
{
border-color: #D74629;
}
.TagClassName
{
border-color: #D74629;
}
</style>