Shades of Cinnabar #DF461B
Tints of Cinnabar #DF461B
RGB
CMYK
RGB Variations
Color information
#DF461B (or 0xDF461B) is known color: Cinnabar. HEX triplet: DF, 46 and 1B. RGB value is (223,70,27). Sum of RGB (Red+Green+Blue) = 223+70+27=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF461B is #20B9E4. Grayscale: #6F6F6F. Windows color (decimal): -2144741 or 1787615. OLE color: 1787615.
HSL color Cylindrical-coordinate representation of color #DF461B: hue angle of 13.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF461B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.13 |
| HSL | 13.16º | 0.78% | 0.49% | - |
| HSV(B) | 13.16º | 0.88% | 0.87% | - |
| XYZ | 32.82 | 20.15 | 3.2 | - |
| YUV | 110.85 | 80.69 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 27 | 0 | 0.69 | 0.88 | 0.13 | 13.16 | 0.78 | 0.49 |
| Hex | DF | 46 | 1B | 0 | 45 | 58 | D | D | 4E | 31 |
| Octal | 337 | 106 | 33 | 0 | 105 | 130 | 15 | 15 | 116 | 61 |
| Binary | 11011111 | 1000110 | 11011 | 0 | 1000101 | 1011000 | 1101 | 1101 | 1001110 | 110001 |
Color Harmonies of #DF461B
Complementary color
Monochromatic Colors of #DF461B
Black with #DF461B
Text Example
Text Example
White with #DF461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF461B; }
p { color: rgb(223,70,27); }
H1.HeaderClassName
{
color: #DF461B;
}
.AnyTagClassName
{
color: #DF461B;
}
</style>
background-color css
<style>
a { background-color: #DF461B; }
a { background-color: rgb(223,70,27); }
div.DivClassName
{
background-color: #DF461B;
}
.BgClassName
{
background-color: #DF461B;
}
</style>
border-color css
<style>
span { border-color: #DF461B; }
span { border-color: rgb(223,70,27); }
td.TdClassName
{
border-color: #DF461B;
}
.TagClassName
{
border-color: #DF461B;
}
</style>