Shades of Cinnabar #DF391F
Tints of Cinnabar #DF391F
RGB
CMYK
RGB Variations
Color information
#DF391F (or 0xDF391F) is known color: Cinnabar. HEX triplet: DF, 39 and 1F. RGB value is (223,57,31). Sum of RGB (Red+Green+Blue) = 223+57+31=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF391F is #20C6E0. Grayscale: #676767. Windows color (decimal): -2148065 or 2046431. OLE color: 2046431.
HSL color Cylindrical-coordinate representation of color #DF391F: hue angle of 8.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF391F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 31 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.13 |
| HSL | 8.13º | 0.76% | 0.5% | - |
| HSV(B) | 8.13º | 0.86% | 0.87% | - |
| XYZ | 32.14 | 18.71 | 3.21 | - |
| YUV | 103.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 31 | 0 | 0.74 | 0.86 | 0.13 | 8.13 | 0.76 | 0.5 |
| Hex | DF | 39 | 1F | 0 | 4A | 56 | D | 8 | 4C | 32 |
| Octal | 337 | 71 | 37 | 0 | 112 | 126 | 15 | 10 | 114 | 62 |
| Binary | 11011111 | 111001 | 11111 | 0 | 1001010 | 1010110 | 1101 | 1000 | 1001100 | 110010 |
Color Harmonies of #DF391F
Complementary color
Monochromatic Colors of #DF391F
Black with #DF391F
Text Example
Text Example
White with #DF391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF391F; }
p { color: rgb(223,57,31); }
H1.HeaderClassName
{
color: #DF391F;
}
.AnyTagClassName
{
color: #DF391F;
}
</style>
background-color css
<style>
a { background-color: #DF391F; }
a { background-color: rgb(223,57,31); }
div.DivClassName
{
background-color: #DF391F;
}
.BgClassName
{
background-color: #DF391F;
}
</style>
border-color css
<style>
span { border-color: #DF391F; }
span { border-color: rgb(223,57,31); }
td.TdClassName
{
border-color: #DF391F;
}
.TagClassName
{
border-color: #DF391F;
}
</style>