Shades of Cinnabar #DF4836
Tints of Cinnabar #DF4836
RGB
CMYK
RGB Variations
Color information
#DF4836 (or 0xDF4836) is known color: Cinnabar. HEX triplet: DF, 48 and 36. RGB value is (223,72,54). Sum of RGB (Red+Green+Blue) = 223+72+54=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4836 is #20B7C9. Grayscale: #737373. Windows color (decimal): -2144202 or 3557599. OLE color: 3557599.
HSL color Cylindrical-coordinate representation of color #DF4836: hue angle of 6.39º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF4836 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 54 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.13 |
| HSL | 6.39º | 0.73% | 0.54% | - |
| HSV(B) | 6.39º | 0.76% | 0.87% | - |
| XYZ | 33.41 | 20.59 | 5.7 | - |
| YUV | 115.1 | 93.53 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 54 | 0 | 0.68 | 0.76 | 0.13 | 6.39 | 0.73 | 0.54 |
| Hex | DF | 48 | 36 | 0 | 44 | 4C | D | 6 | 49 | 36 |
| Octal | 337 | 110 | 66 | 0 | 104 | 114 | 15 | 6 | 111 | 66 |
| Binary | 11011111 | 1001000 | 110110 | 0 | 1000100 | 1001100 | 1101 | 110 | 1001001 | 110110 |
Color Harmonies of #DF4836
Complementary color
Monochromatic Colors of #DF4836
Black with #DF4836
Text Example
Text Example
White with #DF4836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4836; }
p { color: rgb(223,72,54); }
H1.HeaderClassName
{
color: #DF4836;
}
.AnyTagClassName
{
color: #DF4836;
}
</style>
background-color css
<style>
a { background-color: #DF4836; }
a { background-color: rgb(223,72,54); }
div.DivClassName
{
background-color: #DF4836;
}
.BgClassName
{
background-color: #DF4836;
}
</style>
border-color css
<style>
span { border-color: #DF4836; }
span { border-color: rgb(223,72,54); }
td.TdClassName
{
border-color: #DF4836;
}
.TagClassName
{
border-color: #DF4836;
}
</style>