Shades of Cinnabar #DF4A37
Tints of Cinnabar #DF4A37
RGB
CMYK
RGB Variations
Color information
#DF4A37 (or 0xDF4A37) is known color: Cinnabar. HEX triplet: DF, 4A and 37. RGB value is (223,74,55). Sum of RGB (Red+Green+Blue) = 223+74+55=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A37 is #20B5C8. Grayscale: #747474. Windows color (decimal): -2143689 or 3623647. OLE color: 3623647.
HSL color Cylindrical-coordinate representation of color #DF4A37: hue angle of 6.79º 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 #DF4A37 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 55 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.13 |
| HSL | 6.79º | 0.72% | 0.55% | - |
| HSV(B) | 6.79º | 0.75% | 0.87% | - |
| XYZ | 33.57 | 20.86 | 5.87 | - |
| YUV | 116.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 55 | 0 | 0.67 | 0.75 | 0.13 | 6.79 | 0.72 | 0.55 |
| Hex | DF | 4A | 37 | 0 | 43 | 4B | D | 7 | 48 | 37 |
| Octal | 337 | 112 | 67 | 0 | 103 | 113 | 15 | 7 | 110 | 67 |
| Binary | 11011111 | 1001010 | 110111 | 0 | 1000011 | 1001011 | 1101 | 111 | 1001000 | 110111 |
Color Harmonies of #DF4A37
Complementary color
Monochromatic Colors of #DF4A37
Black with #DF4A37
Text Example
Text Example
White with #DF4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A37; }
p { color: rgb(223,74,55); }
H1.HeaderClassName
{
color: #DF4A37;
}
.AnyTagClassName
{
color: #DF4A37;
}
</style>
background-color css
<style>
a { background-color: #DF4A37; }
a { background-color: rgb(223,74,55); }
div.DivClassName
{
background-color: #DF4A37;
}
.BgClassName
{
background-color: #DF4A37;
}
</style>
border-color css
<style>
span { border-color: #DF4A37; }
span { border-color: rgb(223,74,55); }
td.TdClassName
{
border-color: #DF4A37;
}
.TagClassName
{
border-color: #DF4A37;
}
</style>