Shades of Cinnabar #DF4131
Tints of Cinnabar #DF4131
RGB
CMYK
RGB Variations
Color information
#DF4131 (or 0xDF4131) is known color: Cinnabar. HEX triplet: DF, 41 and 31. RGB value is (223,65,49). Sum of RGB (Red+Green+Blue) = 223+65+49=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4131 is #20BECE. Grayscale: #6E6E6E. Windows color (decimal): -2145999 or 3228127. OLE color: 3228127.
HSL color Cylindrical-coordinate representation of color #DF4131: hue angle of 5.52º 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 #DF4131 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 49 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.13 |
| HSL | 5.52º | 0.73% | 0.53% | - |
| HSV(B) | 5.52º | 0.78% | 0.87% | - |
| XYZ | 32.88 | 19.69 | 4.97 | - |
| YUV | 110.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 49 | 0 | 0.71 | 0.78 | 0.13 | 5.52 | 0.73 | 0.53 |
| Hex | DF | 41 | 31 | 0 | 47 | 4E | D | 6 | 49 | 35 |
| Octal | 337 | 101 | 61 | 0 | 107 | 116 | 15 | 6 | 111 | 65 |
| Binary | 11011111 | 1000001 | 110001 | 0 | 1000111 | 1001110 | 1101 | 110 | 1001001 | 110101 |
Color Harmonies of #DF4131
Complementary color
Monochromatic Colors of #DF4131
Black with #DF4131
Text Example
Text Example
White with #DF4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4131; }
p { color: rgb(223,65,49); }
H1.HeaderClassName
{
color: #DF4131;
}
.AnyTagClassName
{
color: #DF4131;
}
</style>
background-color css
<style>
a { background-color: #DF4131; }
a { background-color: rgb(223,65,49); }
div.DivClassName
{
background-color: #DF4131;
}
.BgClassName
{
background-color: #DF4131;
}
</style>
border-color css
<style>
span { border-color: #DF4131; }
span { border-color: rgb(223,65,49); }
td.TdClassName
{
border-color: #DF4131;
}
.TagClassName
{
border-color: #DF4131;
}
</style>