Shades of Cinnabar #DF5034
Tints of Cinnabar #DF5034
RGB
CMYK
RGB Variations
Color information
#DF5034 (or 0xDF5034) is known color: Cinnabar. HEX triplet: DF, 50 and 34. RGB value is (223,80,52). Sum of RGB (Red+Green+Blue) = 223+80+52=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5034 is #20AFCB. Grayscale: #777777. Windows color (decimal): -2142156 or 3428575. OLE color: 3428575.
HSL color Cylindrical-coordinate representation of color #DF5034: hue angle of 9.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF5034 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 52 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.13 |
| HSL | 9.82º | 0.73% | 0.54% | - |
| HSV(B) | 9.82º | 0.77% | 0.87% | - |
| XYZ | 33.92 | 21.67 | 5.64 | - |
| YUV | 119.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 52 | 0 | 0.64 | 0.77 | 0.13 | 9.82 | 0.73 | 0.54 |
| Hex | DF | 50 | 34 | 0 | 40 | 4D | D | A | 49 | 36 |
| Octal | 337 | 120 | 64 | 0 | 100 | 115 | 15 | 12 | 111 | 66 |
| Binary | 11011111 | 1010000 | 110100 | 0 | 1000000 | 1001101 | 1101 | 1010 | 1001001 | 110110 |
Color Harmonies of #DF5034
Complementary color
Monochromatic Colors of #DF5034
Black with #DF5034
Text Example
Text Example
White with #DF5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5034; }
p { color: rgb(223,80,52); }
H1.HeaderClassName
{
color: #DF5034;
}
.AnyTagClassName
{
color: #DF5034;
}
</style>
background-color css
<style>
a { background-color: #DF5034; }
a { background-color: rgb(223,80,52); }
div.DivClassName
{
background-color: #DF5034;
}
.BgClassName
{
background-color: #DF5034;
}
</style>
border-color css
<style>
span { border-color: #DF5034; }
span { border-color: rgb(223,80,52); }
td.TdClassName
{
border-color: #DF5034;
}
.TagClassName
{
border-color: #DF5034;
}
</style>