Shades of Cinnabar #DF492E
Tints of Cinnabar #DF492E
RGB
CMYK
RGB Variations
Color information
#DF492E (or 0xDF492E) is known color: Cinnabar. HEX triplet: DF, 49 and 2E. RGB value is (223,73,46). Sum of RGB (Red+Green+Blue) = 223+73+46=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF492E is #20B6D1. Grayscale: #737373. Windows color (decimal): -2143954 or 3033567. OLE color: 3033567.
HSL color Cylindrical-coordinate representation of color #DF492E: hue angle of 9.15º 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 #DF492E is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 46 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.13 |
| HSL | 9.15º | 0.73% | 0.53% | - |
| HSV(B) | 9.15º | 0.79% | 0.87% | - |
| XYZ | 33.31 | 20.65 | 4.82 | - |
| YUV | 114.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 46 | 0 | 0.67 | 0.79 | 0.13 | 9.15 | 0.73 | 0.53 |
| Hex | DF | 49 | 2E | 0 | 43 | 4F | D | 9 | 49 | 35 |
| Octal | 337 | 111 | 56 | 0 | 103 | 117 | 15 | 11 | 111 | 65 |
| Binary | 11011111 | 1001001 | 101110 | 0 | 1000011 | 1001111 | 1101 | 1001 | 1001001 | 110101 |
Color Harmonies of #DF492E
Complementary color
Monochromatic Colors of #DF492E
Black with #DF492E
Text Example
Text Example
White with #DF492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF492E; }
p { color: rgb(223,73,46); }
H1.HeaderClassName
{
color: #DF492E;
}
.AnyTagClassName
{
color: #DF492E;
}
</style>
background-color css
<style>
a { background-color: #DF492E; }
a { background-color: rgb(223,73,46); }
div.DivClassName
{
background-color: #DF492E;
}
.BgClassName
{
background-color: #DF492E;
}
</style>
border-color css
<style>
span { border-color: #DF492E; }
span { border-color: rgb(223,73,46); }
td.TdClassName
{
border-color: #DF492E;
}
.TagClassName
{
border-color: #DF492E;
}
</style>