Shades of Cinnabar #DF3131
Tints of Cinnabar #DF3131
RGB
CMYK
RGB Variations
Color information
#DF3131 (or 0xDF3131) is known color: Cinnabar. HEX triplet: DF, 31 and 31. RGB value is (223,49,49). Sum of RGB (Red+Green+Blue) = 223+49+49=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3131 is #20CECE. Grayscale: #656565. Windows color (decimal): -2150095 or 3224031. OLE color: 3224031.
HSL color Cylindrical-coordinate representation of color #DF3131: hue angle of 0º 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 #DF3131 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 49 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.13 |
| HSL | 0º | 0.73% | 0.53% | - |
| HSV(B) | 0º | 0.78% | 0.87% | - |
| XYZ | 32.08 | 18.11 | 4.71 | - |
| YUV | 101.03 | 98.65 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 49 | 0 | 0.78 | 0.78 | 0.13 | 0 | 0.73 | 0.53 |
| Hex | DF | 31 | 31 | 0 | 4E | 4E | D | 0 | 49 | 35 |
| Octal | 337 | 61 | 61 | 0 | 116 | 116 | 15 | 0 | 111 | 65 |
| Binary | 11011111 | 110001 | 110001 | 0 | 1001110 | 1001110 | 1101 | 0 | 1001001 | 110101 |
Color Harmonies of #DF3131
Complementary color
Monochromatic Colors of #DF3131
Black with #DF3131
Text Example
Text Example
White with #DF3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3131; }
p { color: rgb(223,49,49); }
H1.HeaderClassName
{
color: #DF3131;
}
.AnyTagClassName
{
color: #DF3131;
}
</style>
background-color css
<style>
a { background-color: #DF3131; }
a { background-color: rgb(223,49,49); }
div.DivClassName
{
background-color: #DF3131;
}
.BgClassName
{
background-color: #DF3131;
}
</style>
border-color css
<style>
span { border-color: #DF3131; }
span { border-color: rgb(223,49,49); }
td.TdClassName
{
border-color: #DF3131;
}
.TagClassName
{
border-color: #DF3131;
}
</style>