Shades of Cinnabar #DF402F
Tints of Cinnabar #DF402F
RGB
CMYK
RGB Variations
Color information
#DF402F (or 0xDF402F) is known color: Cinnabar. HEX triplet: DF, 40 and 2F. RGB value is (223,64,47). Sum of RGB (Red+Green+Blue) = 223+64+47=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF402F is #20BFD0. Grayscale: #6D6D6D. Windows color (decimal): -2146257 or 3096799. OLE color: 3096799.
HSL color Cylindrical-coordinate representation of color #DF402F: hue angle of 5.8º 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 #DF402F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 47 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.13 |
| HSL | 5.8º | 0.73% | 0.53% | - |
| HSV(B) | 5.8º | 0.79% | 0.87% | - |
| XYZ | 32.78 | 19.56 | 4.74 | - |
| YUV | 109.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 47 | 0 | 0.71 | 0.79 | 0.13 | 5.8 | 0.73 | 0.53 |
| Hex | DF | 40 | 2F | 0 | 47 | 4F | D | 6 | 49 | 35 |
| Octal | 337 | 100 | 57 | 0 | 107 | 117 | 15 | 6 | 111 | 65 |
| Binary | 11011111 | 1000000 | 101111 | 0 | 1000111 | 1001111 | 1101 | 110 | 1001001 | 110101 |
Color Harmonies of #DF402F
Complementary color
Monochromatic Colors of #DF402F
Black with #DF402F
Text Example
Text Example
White with #DF402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF402F; }
p { color: rgb(223,64,47); }
H1.HeaderClassName
{
color: #DF402F;
}
.AnyTagClassName
{
color: #DF402F;
}
</style>
background-color css
<style>
a { background-color: #DF402F; }
a { background-color: rgb(223,64,47); }
div.DivClassName
{
background-color: #DF402F;
}
.BgClassName
{
background-color: #DF402F;
}
</style>
border-color css
<style>
span { border-color: #DF402F; }
span { border-color: rgb(223,64,47); }
td.TdClassName
{
border-color: #DF402F;
}
.TagClassName
{
border-color: #DF402F;
}
</style>