Shades of Cinnabar #DF401F
Tints of Cinnabar #DF401F
RGB
CMYK
RGB Variations
Color information
#DF401F (or 0xDF401F) is known color: Cinnabar. HEX triplet: DF, 40 and 1F. RGB value is (223,64,31). Sum of RGB (Red+Green+Blue) = 223+64+31=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF401F is #20BFE0. Grayscale: #6C6C6C. Windows color (decimal): -2146273 or 2048223. OLE color: 2048223.
HSL color Cylindrical-coordinate representation of color #DF401F: hue angle of 10.31º 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 #DF401F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 31 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.13 |
| HSL | 10.31º | 0.76% | 0.5% | - |
| HSV(B) | 10.31º | 0.86% | 0.87% | - |
| XYZ | 32.51 | 19.45 | 3.34 | - |
| YUV | 107.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 31 | 0 | 0.71 | 0.86 | 0.13 | 10.31 | 0.76 | 0.5 |
| Hex | DF | 40 | 1F | 0 | 47 | 56 | D | A | 4C | 32 |
| Octal | 337 | 100 | 37 | 0 | 107 | 126 | 15 | 12 | 114 | 62 |
| Binary | 11011111 | 1000000 | 11111 | 0 | 1000111 | 1010110 | 1101 | 1010 | 1001100 | 110010 |
Color Harmonies of #DF401F
Complementary color
Monochromatic Colors of #DF401F
Black with #DF401F
Text Example
Text Example
White with #DF401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF401F; }
p { color: rgb(223,64,31); }
H1.HeaderClassName
{
color: #DF401F;
}
.AnyTagClassName
{
color: #DF401F;
}
</style>
background-color css
<style>
a { background-color: #DF401F; }
a { background-color: rgb(223,64,31); }
div.DivClassName
{
background-color: #DF401F;
}
.BgClassName
{
background-color: #DF401F;
}
</style>
border-color css
<style>
span { border-color: #DF401F; }
span { border-color: rgb(223,64,31); }
td.TdClassName
{
border-color: #DF401F;
}
.TagClassName
{
border-color: #DF401F;
}
</style>