Shades of Cinnabar #DF4B37
Tints of Cinnabar #DF4B37
RGB
CMYK
RGB Variations
Color information
#DF4B37 (or 0xDF4B37) is known color: Cinnabar. HEX triplet: DF, 4B and 37. RGB value is (223,75,55). Sum of RGB (Red+Green+Blue) = 223+75+55=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B37 is #20B4C8. Grayscale: #757575. Windows color (decimal): -2143433 or 3623903. OLE color: 3623903.
HSL color Cylindrical-coordinate representation of color #DF4B37: hue angle of 7.14º 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 #DF4B37 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 55 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.13 |
| HSL | 7.14º | 0.72% | 0.55% | - |
| HSV(B) | 7.14º | 0.75% | 0.87% | - |
| XYZ | 33.64 | 21 | 5.89 | - |
| YUV | 116.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 55 | 0 | 0.66 | 0.75 | 0.13 | 7.14 | 0.72 | 0.55 |
| Hex | DF | 4B | 37 | 0 | 42 | 4B | D | 7 | 48 | 37 |
| Octal | 337 | 113 | 67 | 0 | 102 | 113 | 15 | 7 | 110 | 67 |
| Binary | 11011111 | 1001011 | 110111 | 0 | 1000010 | 1001011 | 1101 | 111 | 1001000 | 110111 |
Color Harmonies of #DF4B37
Complementary color
Monochromatic Colors of #DF4B37
Black with #DF4B37
Text Example
Text Example
White with #DF4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B37; }
p { color: rgb(223,75,55); }
H1.HeaderClassName
{
color: #DF4B37;
}
.AnyTagClassName
{
color: #DF4B37;
}
</style>
background-color css
<style>
a { background-color: #DF4B37; }
a { background-color: rgb(223,75,55); }
div.DivClassName
{
background-color: #DF4B37;
}
.BgClassName
{
background-color: #DF4B37;
}
</style>
border-color css
<style>
span { border-color: #DF4B37; }
span { border-color: rgb(223,75,55); }
td.TdClassName
{
border-color: #DF4B37;
}
.TagClassName
{
border-color: #DF4B37;
}
</style>