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