Shades of Cinnabar #D74728
Tints of Cinnabar #D74728
RGB
CMYK
RGB Variations
Color information
#D74728 (or 0xD74728) is known color: Cinnabar. HEX triplet: D7, 47 and 28. RGB value is (215,71,40). Sum of RGB (Red+Green+Blue) = 215+71+40=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D74728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74728 is #28B8D7. Grayscale: #6E6E6E. Windows color (decimal): -2668760 or 2639831. OLE color: 2639831.
HSL color Cylindrical-coordinate representation of color #D74728: hue angle of 10.63º 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 #D74728 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 40 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.16 |
| HSL | 10.63º | 0.69% | 0.5% | - |
| HSV(B) | 10.63º | 0.81% | 0.84% | - |
| XYZ | 30.66 | 19.11 | 4.08 | - |
| YUV | 110.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 40 | 0 | 0.67 | 0.81 | 0.16 | 10.63 | 0.69 | 0.5 |
| Hex | D7 | 47 | 28 | 0 | 43 | 51 | 10 | B | 45 | 32 |
| Octal | 327 | 107 | 50 | 0 | 103 | 121 | 20 | 13 | 105 | 62 |
| Binary | 11010111 | 1000111 | 101000 | 0 | 1000011 | 1010001 | 10000 | 1011 | 1000101 | 110010 |
Color Harmonies of #D74728
Complementary color
Monochromatic Colors of #D74728
Black with #D74728
Text Example
Text Example
White with #D74728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74728; }
p { color: rgb(215,71,40); }
H1.HeaderClassName
{
color: #D74728;
}
.AnyTagClassName
{
color: #D74728;
}
</style>
background-color css
<style>
a { background-color: #D74728; }
a { background-color: rgb(215,71,40); }
div.DivClassName
{
background-color: #D74728;
}
.BgClassName
{
background-color: #D74728;
}
</style>
border-color css
<style>
span { border-color: #D74728; }
span { border-color: rgb(215,71,40); }
td.TdClassName
{
border-color: #D74728;
}
.TagClassName
{
border-color: #D74728;
}
</style>