Shades of Cinnabar #D74928
Tints of Cinnabar #D74928
RGB
CMYK
RGB Variations
Color information
#D74928 (or 0xD74928) is known color: Cinnabar. HEX triplet: D7, 49 and 28. RGB value is (215,73,40). Sum of RGB (Red+Green+Blue) = 215+73+40=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D74928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74928 is #28B6D7. Grayscale: #6F6F6F. Windows color (decimal): -2668248 or 2640343. OLE color: 2640343.
HSL color Cylindrical-coordinate representation of color #D74928: hue angle of 11.31º 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 #D74928 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 40 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.16 |
| HSL | 11.31º | 0.69% | 0.5% | - |
| HSV(B) | 11.31º | 0.81% | 0.84% | - |
| XYZ | 30.79 | 19.37 | 4.12 | - |
| YUV | 111.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 40 | 0 | 0.66 | 0.81 | 0.16 | 11.31 | 0.69 | 0.5 |
| Hex | D7 | 49 | 28 | 0 | 42 | 51 | 10 | B | 45 | 32 |
| Octal | 327 | 111 | 50 | 0 | 102 | 121 | 20 | 13 | 105 | 62 |
| Binary | 11010111 | 1001001 | 101000 | 0 | 1000010 | 1010001 | 10000 | 1011 | 1000101 | 110010 |
Color Harmonies of #D74928
Complementary color
Monochromatic Colors of #D74928
Black with #D74928
Text Example
Text Example
White with #D74928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74928; }
p { color: rgb(215,73,40); }
H1.HeaderClassName
{
color: #D74928;
}
.AnyTagClassName
{
color: #D74928;
}
</style>
background-color css
<style>
a { background-color: #D74928; }
a { background-color: rgb(215,73,40); }
div.DivClassName
{
background-color: #D74928;
}
.BgClassName
{
background-color: #D74928;
}
</style>
border-color css
<style>
span { border-color: #D74928; }
span { border-color: rgb(215,73,40); }
td.TdClassName
{
border-color: #D74928;
}
.TagClassName
{
border-color: #D74928;
}
</style>