Shades of Cinnabar #DF5129
Tints of Cinnabar #DF5129
RGB
CMYK
RGB Variations
Color information
#DF5129 (or 0xDF5129) is known color: Cinnabar. HEX triplet: DF, 51 and 29. RGB value is (223,81,41). Sum of RGB (Red+Green+Blue) = 223+81+41=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5129 is #20AED6. Grayscale: #777777. Windows color (decimal): -2141911 or 2707935. OLE color: 2707935.
HSL color Cylindrical-coordinate representation of color #DF5129: hue angle of 13.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF5129 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 41 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.13 |
| HSL | 13.19º | 0.74% | 0.52% | - |
| HSV(B) | 13.19º | 0.82% | 0.87% | - |
| XYZ | 33.77 | 21.73 | 4.51 | - |
| YUV | 118.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 41 | 0 | 0.64 | 0.82 | 0.13 | 13.19 | 0.74 | 0.52 |
| Hex | DF | 51 | 29 | 0 | 40 | 52 | D | D | 4A | 34 |
| Octal | 337 | 121 | 51 | 0 | 100 | 122 | 15 | 15 | 112 | 64 |
| Binary | 11011111 | 1010001 | 101001 | 0 | 1000000 | 1010010 | 1101 | 1101 | 1001010 | 110100 |
Color Harmonies of #DF5129
Complementary color
Monochromatic Colors of #DF5129
Black with #DF5129
Text Example
Text Example
White with #DF5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5129; }
p { color: rgb(223,81,41); }
H1.HeaderClassName
{
color: #DF5129;
}
.AnyTagClassName
{
color: #DF5129;
}
</style>
background-color css
<style>
a { background-color: #DF5129; }
a { background-color: rgb(223,81,41); }
div.DivClassName
{
background-color: #DF5129;
}
.BgClassName
{
background-color: #DF5129;
}
</style>
border-color css
<style>
span { border-color: #DF5129; }
span { border-color: rgb(223,81,41); }
td.TdClassName
{
border-color: #DF5129;
}
.TagClassName
{
border-color: #DF5129;
}
</style>