Shades of Cinnabar #DF4638
Tints of Cinnabar #DF4638
RGB
CMYK
RGB Variations
Color information
#DF4638 (or 0xDF4638) is known color: Cinnabar. HEX triplet: DF, 46 and 38. RGB value is (223,70,56). Sum of RGB (Red+Green+Blue) = 223+70+56=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4638 is #20B9C7. Grayscale: #727272. Windows color (decimal): -2144712 or 3688159. OLE color: 3688159.
HSL color Cylindrical-coordinate representation of color #DF4638: hue angle of 5.03º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF4638 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 56 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.13 |
| HSL | 5.03º | 0.72% | 0.55% | - |
| HSV(B) | 5.03º | 0.75% | 0.87% | - |
| XYZ | 33.34 | 20.35 | 5.91 | - |
| YUV | 114.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 56 | 0 | 0.69 | 0.75 | 0.13 | 5.03 | 0.72 | 0.55 |
| Hex | DF | 46 | 38 | 0 | 45 | 4B | D | 5 | 48 | 37 |
| Octal | 337 | 106 | 70 | 0 | 105 | 113 | 15 | 5 | 110 | 67 |
| Binary | 11011111 | 1000110 | 111000 | 0 | 1000101 | 1001011 | 1101 | 101 | 1001000 | 110111 |
Color Harmonies of #DF4638
Complementary color
Monochromatic Colors of #DF4638
Black with #DF4638
Text Example
Text Example
White with #DF4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4638; }
p { color: rgb(223,70,56); }
H1.HeaderClassName
{
color: #DF4638;
}
.AnyTagClassName
{
color: #DF4638;
}
</style>
background-color css
<style>
a { background-color: #DF4638; }
a { background-color: rgb(223,70,56); }
div.DivClassName
{
background-color: #DF4638;
}
.BgClassName
{
background-color: #DF4638;
}
</style>
border-color css
<style>
span { border-color: #DF4638; }
span { border-color: rgb(223,70,56); }
td.TdClassName
{
border-color: #DF4638;
}
.TagClassName
{
border-color: #DF4638;
}
</style>