Shades of Cinnabar #DF4D38
Tints of Cinnabar #DF4D38
RGB
CMYK
RGB Variations
Color information
#DF4D38 (or 0xDF4D38) is known color: Cinnabar. HEX triplet: DF, 4D and 38. RGB value is (223,77,56). Sum of RGB (Red+Green+Blue) = 223+77+56=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4D38 is #20B2C7. Grayscale: #767676. Windows color (decimal): -2142920 or 3689951. OLE color: 3689951.
HSL color Cylindrical-coordinate representation of color #DF4D38: hue angle of 7.54º 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 #DF4D38 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 56 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.13 |
| HSL | 7.54º | 0.72% | 0.55% | - |
| HSV(B) | 7.54º | 0.75% | 0.87% | - |
| XYZ | 33.8 | 21.28 | 6.07 | - |
| YUV | 118.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 56 | 0 | 0.65 | 0.75 | 0.13 | 7.54 | 0.72 | 0.55 |
| Hex | DF | 4D | 38 | 0 | 41 | 4B | D | 8 | 48 | 37 |
| Octal | 337 | 115 | 70 | 0 | 101 | 113 | 15 | 10 | 110 | 67 |
| Binary | 11011111 | 1001101 | 111000 | 0 | 1000001 | 1001011 | 1101 | 1000 | 1001000 | 110111 |
Color Harmonies of #DF4D38
Complementary color
Monochromatic Colors of #DF4D38
Black with #DF4D38
Text Example
Text Example
White with #DF4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D38; }
p { color: rgb(223,77,56); }
H1.HeaderClassName
{
color: #DF4D38;
}
.AnyTagClassName
{
color: #DF4D38;
}
</style>
background-color css
<style>
a { background-color: #DF4D38; }
a { background-color: rgb(223,77,56); }
div.DivClassName
{
background-color: #DF4D38;
}
.BgClassName
{
background-color: #DF4D38;
}
</style>
border-color css
<style>
span { border-color: #DF4D38; }
span { border-color: rgb(223,77,56); }
td.TdClassName
{
border-color: #DF4D38;
}
.TagClassName
{
border-color: #DF4D38;
}
</style>