Shades of Cinnabar #DF5127
Tints of Cinnabar #DF5127
RGB
CMYK
RGB Variations
Color information
#DF5127 (or 0xDF5127) is known color: Cinnabar. HEX triplet: DF, 51 and 27. RGB value is (223,81,39). Sum of RGB (Red+Green+Blue) = 223+81+39=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5127 is #20AED8. Grayscale: #767676. Windows color (decimal): -2141913 or 2576863. OLE color: 2576863.
HSL color Cylindrical-coordinate representation of color #DF5127: hue angle of 13.7º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF5127 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 39 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.13 |
| HSL | 13.7º | 0.74% | 0.51% | - |
| HSV(B) | 13.7º | 0.83% | 0.87% | - |
| XYZ | 33.74 | 21.72 | 4.33 | - |
| YUV | 118.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 39 | 0 | 0.64 | 0.83 | 0.13 | 13.7 | 0.74 | 0.51 |
| Hex | DF | 51 | 27 | 0 | 40 | 53 | D | E | 4A | 33 |
| Octal | 337 | 121 | 47 | 0 | 100 | 123 | 15 | 16 | 112 | 63 |
| Binary | 11011111 | 1010001 | 100111 | 0 | 1000000 | 1010011 | 1101 | 1110 | 1001010 | 110011 |
Color Harmonies of #DF5127
Complementary color
Monochromatic Colors of #DF5127
Black with #DF5127
Text Example
Text Example
White with #DF5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5127; }
p { color: rgb(223,81,39); }
H1.HeaderClassName
{
color: #DF5127;
}
.AnyTagClassName
{
color: #DF5127;
}
</style>
background-color css
<style>
a { background-color: #DF5127; }
a { background-color: rgb(223,81,39); }
div.DivClassName
{
background-color: #DF5127;
}
.BgClassName
{
background-color: #DF5127;
}
</style>
border-color css
<style>
span { border-color: #DF5127; }
span { border-color: rgb(223,81,39); }
td.TdClassName
{
border-color: #DF5127;
}
.TagClassName
{
border-color: #DF5127;
}
</style>