Shades of Cinnabar #DF4537
Tints of Cinnabar #DF4537
RGB
CMYK
RGB Variations
Color information
#DF4537 (or 0xDF4537) is known color: Cinnabar. HEX triplet: DF, 45 and 37. RGB value is (223,69,55). Sum of RGB (Red+Green+Blue) = 223+69+55=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4537 is #20BAC8. Grayscale: #717171. Windows color (decimal): -2144969 or 3622367. OLE color: 3622367.
HSL color Cylindrical-coordinate representation of color #DF4537: hue angle of 5º 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 #DF4537 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 55 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.13 |
| HSL | 5º | 0.72% | 0.55% | - |
| HSV(B) | 5º | 0.75% | 0.87% | - |
| XYZ | 33.25 | 20.22 | 5.76 | - |
| YUV | 113.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 55 | 0 | 0.69 | 0.75 | 0.13 | 5 | 0.72 | 0.55 |
| Hex | DF | 45 | 37 | 0 | 45 | 4B | D | 5 | 48 | 37 |
| Octal | 337 | 105 | 67 | 0 | 105 | 113 | 15 | 5 | 110 | 67 |
| Binary | 11011111 | 1000101 | 110111 | 0 | 1000101 | 1001011 | 1101 | 101 | 1001000 | 110111 |
Color Harmonies of #DF4537
Complementary color
Monochromatic Colors of #DF4537
Black with #DF4537
Text Example
Text Example
White with #DF4537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4537; }
p { color: rgb(223,69,55); }
H1.HeaderClassName
{
color: #DF4537;
}
.AnyTagClassName
{
color: #DF4537;
}
</style>
background-color css
<style>
a { background-color: #DF4537; }
a { background-color: rgb(223,69,55); }
div.DivClassName
{
background-color: #DF4537;
}
.BgClassName
{
background-color: #DF4537;
}
</style>
border-color css
<style>
span { border-color: #DF4537; }
span { border-color: rgb(223,69,55); }
td.TdClassName
{
border-color: #DF4537;
}
.TagClassName
{
border-color: #DF4537;
}
</style>