Shades of Cinnabar #DF4838
Tints of Cinnabar #DF4838
RGB
CMYK
RGB Variations
Color information
#DF4838 (or 0xDF4838) is known color: Cinnabar. HEX triplet: DF, 48 and 38. RGB value is (223,72,56). Sum of RGB (Red+Green+Blue) = 223+72+56=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4838 is #20B7C7. Grayscale: #737373. Windows color (decimal): -2144200 or 3688671. OLE color: 3688671.
HSL color Cylindrical-coordinate representation of color #DF4838: hue angle of 5.75º 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 #DF4838 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 56 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.13 |
| HSL | 5.75º | 0.72% | 0.55% | - |
| HSV(B) | 5.75º | 0.75% | 0.87% | - |
| XYZ | 33.46 | 20.61 | 5.96 | - |
| YUV | 115.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 56 | 0 | 0.68 | 0.75 | 0.13 | 5.75 | 0.72 | 0.55 |
| Hex | DF | 48 | 38 | 0 | 44 | 4B | D | 6 | 48 | 37 |
| Octal | 337 | 110 | 70 | 0 | 104 | 113 | 15 | 6 | 110 | 67 |
| Binary | 11011111 | 1001000 | 111000 | 0 | 1000100 | 1001011 | 1101 | 110 | 1001000 | 110111 |
Color Harmonies of #DF4838
Complementary color
Monochromatic Colors of #DF4838
Black with #DF4838
Text Example
Text Example
White with #DF4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4838; }
p { color: rgb(223,72,56); }
H1.HeaderClassName
{
color: #DF4838;
}
.AnyTagClassName
{
color: #DF4838;
}
</style>
background-color css
<style>
a { background-color: #DF4838; }
a { background-color: rgb(223,72,56); }
div.DivClassName
{
background-color: #DF4838;
}
.BgClassName
{
background-color: #DF4838;
}
</style>
border-color css
<style>
span { border-color: #DF4838; }
span { border-color: rgb(223,72,56); }
td.TdClassName
{
border-color: #DF4838;
}
.TagClassName
{
border-color: #DF4838;
}
</style>