Shades of Cinnabar #DF411F
Tints of Cinnabar #DF411F
RGB
CMYK
RGB Variations
Color information
#DF411F (or 0xDF411F) is known color: Cinnabar. HEX triplet: DF, 41 and 1F. RGB value is (223,65,31). Sum of RGB (Red+Green+Blue) = 223+65+31=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF411F is #20BEE0. Grayscale: #6C6C6C. Windows color (decimal): -2146017 or 2048479. OLE color: 2048479.
HSL color Cylindrical-coordinate representation of color #DF411F: hue angle of 10.62º 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 #DF411F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 31 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.13 |
| HSL | 10.63º | 0.76% | 0.5% | - |
| HSV(B) | 10.63º | 0.86% | 0.87% | - |
| XYZ | 32.57 | 19.57 | 3.36 | - |
| YUV | 108.37 | 84.35 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 31 | 0 | 0.71 | 0.86 | 0.13 | 10.63 | 0.76 | 0.5 |
| Hex | DF | 41 | 1F | 0 | 47 | 56 | D | B | 4C | 32 |
| Octal | 337 | 101 | 37 | 0 | 107 | 126 | 15 | 13 | 114 | 62 |
| Binary | 11011111 | 1000001 | 11111 | 0 | 1000111 | 1010110 | 1101 | 1011 | 1001100 | 110010 |
Color Harmonies of #DF411F
Complementary color
Monochromatic Colors of #DF411F
Black with #DF411F
Text Example
Text Example
White with #DF411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF411F; }
p { color: rgb(223,65,31); }
H1.HeaderClassName
{
color: #DF411F;
}
.AnyTagClassName
{
color: #DF411F;
}
</style>
background-color css
<style>
a { background-color: #DF411F; }
a { background-color: rgb(223,65,31); }
div.DivClassName
{
background-color: #DF411F;
}
.BgClassName
{
background-color: #DF411F;
}
</style>
border-color css
<style>
span { border-color: #DF411F; }
span { border-color: rgb(223,65,31); }
td.TdClassName
{
border-color: #DF411F;
}
.TagClassName
{
border-color: #DF411F;
}
</style>