Shades of Cinnabar #DF4440
Tints of Cinnabar #DF4440
RGB
CMYK
RGB Variations
Color information
#DF4440 (or 0xDF4440) is known color: Cinnabar. HEX triplet: DF, 44 and 40. RGB value is (223,68,64). Sum of RGB (Red+Green+Blue) = 223+68+64=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4440 is #20BBBF. Grayscale: #727272. Windows color (decimal): -2145216 or 4211935. OLE color: 4211935.
HSL color Cylindrical-coordinate representation of color #DF4440: hue angle of 1.51º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4440 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 64 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.13 |
| HSL | 1.51º | 0.71% | 0.56% | - |
| HSV(B) | 1.51º | 0.71% | 0.87% | - |
| XYZ | 33.42 | 20.19 | 6.99 | - |
| YUV | 113.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 64 | 0 | 0.70 | 0.71 | 0.13 | 1.51 | 0.71 | 0.56 |
| Hex | DF | 44 | 40 | 0 | 46 | 47 | D | 2 | 47 | 38 |
| Octal | 337 | 104 | 100 | 0 | 106 | 107 | 15 | 2 | 107 | 70 |
| Binary | 11011111 | 1000100 | 1000000 | 0 | 1000110 | 1000111 | 1101 | 10 | 1000111 | 111000 |
Color Harmonies of #DF4440
Complementary color
Monochromatic Colors of #DF4440
Black with #DF4440
Text Example
Text Example
White with #DF4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4440; }
p { color: rgb(223,68,64); }
H1.HeaderClassName
{
color: #DF4440;
}
.AnyTagClassName
{
color: #DF4440;
}
</style>
background-color css
<style>
a { background-color: #DF4440; }
a { background-color: rgb(223,68,64); }
div.DivClassName
{
background-color: #DF4440;
}
.BgClassName
{
background-color: #DF4440;
}
</style>
border-color css
<style>
span { border-color: #DF4440; }
span { border-color: rgb(223,68,64); }
td.TdClassName
{
border-color: #DF4440;
}
.TagClassName
{
border-color: #DF4440;
}
</style>