Shades of Cinnabar #DF5031
Tints of Cinnabar #DF5031
RGB
CMYK
RGB Variations
Color information
#DF5031 (or 0xDF5031) is known color: Cinnabar. HEX triplet: DF, 50 and 31. RGB value is (223,80,49). Sum of RGB (Red+Green+Blue) = 223+80+49=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5031 is #20AFCE. Grayscale: #777777. Windows color (decimal): -2142159 or 3231967. OLE color: 3231967.
HSL color Cylindrical-coordinate representation of color #DF5031: hue angle of 10.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF5031 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 49 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.13 |
| HSL | 10.69º | 0.73% | 0.53% | - |
| HSV(B) | 10.69º | 0.78% | 0.87% | - |
| XYZ | 33.85 | 21.65 | 5.3 | - |
| YUV | 119.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 49 | 0 | 0.64 | 0.78 | 0.13 | 10.69 | 0.73 | 0.53 |
| Hex | DF | 50 | 31 | 0 | 40 | 4E | D | B | 49 | 35 |
| Octal | 337 | 120 | 61 | 0 | 100 | 116 | 15 | 13 | 111 | 65 |
| Binary | 11011111 | 1010000 | 110001 | 0 | 1000000 | 1001110 | 1101 | 1011 | 1001001 | 110101 |
Color Harmonies of #DF5031
Complementary color
Monochromatic Colors of #DF5031
Black with #DF5031
Text Example
Text Example
White with #DF5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5031; }
p { color: rgb(223,80,49); }
H1.HeaderClassName
{
color: #DF5031;
}
.AnyTagClassName
{
color: #DF5031;
}
</style>
background-color css
<style>
a { background-color: #DF5031; }
a { background-color: rgb(223,80,49); }
div.DivClassName
{
background-color: #DF5031;
}
.BgClassName
{
background-color: #DF5031;
}
</style>
border-color css
<style>
span { border-color: #DF5031; }
span { border-color: rgb(223,80,49); }
td.TdClassName
{
border-color: #DF5031;
}
.TagClassName
{
border-color: #DF5031;
}
</style>