Shades of Cinnabar #DF4937
Tints of Cinnabar #DF4937
RGB
CMYK
RGB Variations
Color information
#DF4937 (or 0xDF4937) is known color: Cinnabar. HEX triplet: DF, 49 and 37. RGB value is (223,73,55). Sum of RGB (Red+Green+Blue) = 223+73+55=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4937 is #20B6C8. Grayscale: #747474. Windows color (decimal): -2143945 or 3623391. OLE color: 3623391.
HSL color Cylindrical-coordinate representation of color #DF4937: hue angle of 6.43º 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 #DF4937 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 55 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.13 |
| HSL | 6.43º | 0.72% | 0.55% | - |
| HSV(B) | 6.43º | 0.75% | 0.87% | - |
| XYZ | 33.5 | 20.73 | 5.85 | - |
| YUV | 115.8 | 93.7 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 55 | 0 | 0.67 | 0.75 | 0.13 | 6.43 | 0.72 | 0.55 |
| Hex | DF | 49 | 37 | 0 | 43 | 4B | D | 6 | 48 | 37 |
| Octal | 337 | 111 | 67 | 0 | 103 | 113 | 15 | 6 | 110 | 67 |
| Binary | 11011111 | 1001001 | 110111 | 0 | 1000011 | 1001011 | 1101 | 110 | 1001000 | 110111 |
Color Harmonies of #DF4937
Complementary color
Monochromatic Colors of #DF4937
Black with #DF4937
Text Example
Text Example
White with #DF4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4937; }
p { color: rgb(223,73,55); }
H1.HeaderClassName
{
color: #DF4937;
}
.AnyTagClassName
{
color: #DF4937;
}
</style>
background-color css
<style>
a { background-color: #DF4937; }
a { background-color: rgb(223,73,55); }
div.DivClassName
{
background-color: #DF4937;
}
.BgClassName
{
background-color: #DF4937;
}
</style>
border-color css
<style>
span { border-color: #DF4937; }
span { border-color: rgb(223,73,55); }
td.TdClassName
{
border-color: #DF4937;
}
.TagClassName
{
border-color: #DF4937;
}
</style>