Shades of Cinnabar #D74727
Tints of Cinnabar #D74727
RGB
CMYK
RGB Variations
Color information
#D74727 (or 0xD74727) is known color: Cinnabar. HEX triplet: D7, 47 and 27. RGB value is (215,71,39). Sum of RGB (Red+Green+Blue) = 215+71+39=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D74727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74727 is #28B8D8. Grayscale: #6E6E6E. Windows color (decimal): -2668761 or 2574295. OLE color: 2574295.
HSL color Cylindrical-coordinate representation of color #D74727: hue angle of 10.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D74727 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 39 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.16 |
| HSL | 10.91º | 0.69% | 0.5% | - |
| HSV(B) | 10.91º | 0.82% | 0.84% | - |
| XYZ | 30.64 | 19.1 | 3.99 | - |
| YUV | 110.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 39 | 0 | 0.67 | 0.82 | 0.16 | 10.91 | 0.69 | 0.5 |
| Hex | D7 | 47 | 27 | 0 | 43 | 52 | 10 | B | 45 | 32 |
| Octal | 327 | 107 | 47 | 0 | 103 | 122 | 20 | 13 | 105 | 62 |
| Binary | 11010111 | 1000111 | 100111 | 0 | 1000011 | 1010010 | 10000 | 1011 | 1000101 | 110010 |
Color Harmonies of #D74727
Complementary color
Monochromatic Colors of #D74727
Black with #D74727
Text Example
Text Example
White with #D74727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74727; }
p { color: rgb(215,71,39); }
H1.HeaderClassName
{
color: #D74727;
}
.AnyTagClassName
{
color: #D74727;
}
</style>
background-color css
<style>
a { background-color: #D74727; }
a { background-color: rgb(215,71,39); }
div.DivClassName
{
background-color: #D74727;
}
.BgClassName
{
background-color: #D74727;
}
</style>
border-color css
<style>
span { border-color: #D74727; }
span { border-color: rgb(215,71,39); }
td.TdClassName
{
border-color: #D74727;
}
.TagClassName
{
border-color: #D74727;
}
</style>