Shades of Cinnabar #DF4F37
Tints of Cinnabar #DF4F37
RGB
CMYK
RGB Variations
Color information
#DF4F37 (or 0xDF4F37) is known color: Cinnabar. HEX triplet: DF, 4F and 37. RGB value is (223,79,55). Sum of RGB (Red+Green+Blue) = 223+79+55=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F37 is #20B0C8. Grayscale: #777777. Windows color (decimal): -2142409 or 3624927. OLE color: 3624927.
HSL color Cylindrical-coordinate representation of color #DF4F37: hue angle of 8.57º 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 #DF4F37 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 55 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.13 |
| HSL | 8.57º | 0.72% | 0.55% | - |
| HSV(B) | 8.57º | 0.75% | 0.87% | - |
| XYZ | 33.92 | 21.56 | 5.99 | - |
| YUV | 119.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 55 | 0 | 0.65 | 0.75 | 0.13 | 8.57 | 0.72 | 0.55 |
| Hex | DF | 4F | 37 | 0 | 41 | 4B | D | 9 | 48 | 37 |
| Octal | 337 | 117 | 67 | 0 | 101 | 113 | 15 | 11 | 110 | 67 |
| Binary | 11011111 | 1001111 | 110111 | 0 | 1000001 | 1001011 | 1101 | 1001 | 1001000 | 110111 |
Color Harmonies of #DF4F37
Complementary color
Monochromatic Colors of #DF4F37
Black with #DF4F37
Text Example
Text Example
White with #DF4F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F37; }
p { color: rgb(223,79,55); }
H1.HeaderClassName
{
color: #DF4F37;
}
.AnyTagClassName
{
color: #DF4F37;
}
</style>
background-color css
<style>
a { background-color: #DF4F37; }
a { background-color: rgb(223,79,55); }
div.DivClassName
{
background-color: #DF4F37;
}
.BgClassName
{
background-color: #DF4F37;
}
</style>
border-color css
<style>
span { border-color: #DF4F37; }
span { border-color: rgb(223,79,55); }
td.TdClassName
{
border-color: #DF4F37;
}
.TagClassName
{
border-color: #DF4F37;
}
</style>