Shades of Cinnabar #DF412F
Tints of Cinnabar #DF412F
RGB
CMYK
RGB Variations
Color information
#DF412F (or 0xDF412F) is known color: Cinnabar. HEX triplet: DF, 41 and 2F. RGB value is (223,65,47). Sum of RGB (Red+Green+Blue) = 223+65+47=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF412F is #20BED0. Grayscale: #6E6E6E. Windows color (decimal): -2146001 or 3097055. OLE color: 3097055.
HSL color Cylindrical-coordinate representation of color #DF412F: hue angle of 6.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF412F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 47 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.13 |
| HSL | 6.14º | 0.73% | 0.53% | - |
| HSV(B) | 6.14º | 0.79% | 0.87% | - |
| XYZ | 32.83 | 19.67 | 4.76 | - |
| YUV | 110.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 47 | 0 | 0.71 | 0.79 | 0.13 | 6.14 | 0.73 | 0.53 |
| Hex | DF | 41 | 2F | 0 | 47 | 4F | D | 6 | 49 | 35 |
| Octal | 337 | 101 | 57 | 0 | 107 | 117 | 15 | 6 | 111 | 65 |
| Binary | 11011111 | 1000001 | 101111 | 0 | 1000111 | 1001111 | 1101 | 110 | 1001001 | 110101 |
Color Harmonies of #DF412F
Complementary color
Monochromatic Colors of #DF412F
Black with #DF412F
Text Example
Text Example
White with #DF412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF412F; }
p { color: rgb(223,65,47); }
H1.HeaderClassName
{
color: #DF412F;
}
.AnyTagClassName
{
color: #DF412F;
}
</style>
background-color css
<style>
a { background-color: #DF412F; }
a { background-color: rgb(223,65,47); }
div.DivClassName
{
background-color: #DF412F;
}
.BgClassName
{
background-color: #DF412F;
}
</style>
border-color css
<style>
span { border-color: #DF412F; }
span { border-color: rgb(223,65,47); }
td.TdClassName
{
border-color: #DF412F;
}
.TagClassName
{
border-color: #DF412F;
}
</style>