Shades of Cinnabar #DF462E
Tints of Cinnabar #DF462E
RGB
CMYK
RGB Variations
Color information
#DF462E (or 0xDF462E) is known color: Cinnabar. HEX triplet: DF, 46 and 2E. RGB value is (223,70,46). Sum of RGB (Red+Green+Blue) = 223+70+46=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF462E is #20B9D1. Grayscale: #717171. Windows color (decimal): -2144722 or 3032799. OLE color: 3032799.
HSL color Cylindrical-coordinate representation of color #DF462E: hue angle of 8.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 #DF462E is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 46 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.13 |
| HSL | 8.14º | 0.73% | 0.53% | - |
| HSV(B) | 8.14º | 0.79% | 0.87% | - |
| XYZ | 33.11 | 20.27 | 4.75 | - |
| YUV | 113.01 | 90.19 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 46 | 0 | 0.69 | 0.79 | 0.13 | 8.14 | 0.73 | 0.53 |
| Hex | DF | 46 | 2E | 0 | 45 | 4F | D | 8 | 49 | 35 |
| Octal | 337 | 106 | 56 | 0 | 105 | 117 | 15 | 10 | 111 | 65 |
| Binary | 11011111 | 1000110 | 101110 | 0 | 1000101 | 1001111 | 1101 | 1000 | 1001001 | 110101 |
Color Harmonies of #DF462E
Complementary color
Monochromatic Colors of #DF462E
Black with #DF462E
Text Example
Text Example
White with #DF462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF462E; }
p { color: rgb(223,70,46); }
H1.HeaderClassName
{
color: #DF462E;
}
.AnyTagClassName
{
color: #DF462E;
}
</style>
background-color css
<style>
a { background-color: #DF462E; }
a { background-color: rgb(223,70,46); }
div.DivClassName
{
background-color: #DF462E;
}
.BgClassName
{
background-color: #DF462E;
}
</style>
border-color css
<style>
span { border-color: #DF462E; }
span { border-color: rgb(223,70,46); }
td.TdClassName
{
border-color: #DF462E;
}
.TagClassName
{
border-color: #DF462E;
}
</style>