Shades of Cinnabar #DF4240
Tints of Cinnabar #DF4240
RGB
CMYK
RGB Variations
Color information
#DF4240 (or 0xDF4240) is known color: Cinnabar. HEX triplet: DF, 42 and 40. RGB value is (223,66,64). Sum of RGB (Red+Green+Blue) = 223+66+64=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4240 is #20BDBF. Grayscale: #707070. Windows color (decimal): -2145728 or 4211423. OLE color: 4211423.
HSL color Cylindrical-coordinate representation of color #DF4240: hue angle of 0.75º 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 #DF4240 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 64 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.13 |
| HSL | 0.75º | 0.71% | 0.56% | - |
| HSV(B) | 0.75º | 0.71% | 0.87% | - |
| XYZ | 33.31 | 19.95 | 6.95 | - |
| YUV | 112.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 64 | 0 | 0.70 | 0.71 | 0.13 | 0.75 | 0.71 | 0.56 |
| Hex | DF | 42 | 40 | 0 | 46 | 47 | D | 1 | 47 | 38 |
| Octal | 337 | 102 | 100 | 0 | 106 | 107 | 15 | 1 | 107 | 70 |
| Binary | 11011111 | 1000010 | 1000000 | 0 | 1000110 | 1000111 | 1101 | 1 | 1000111 | 111000 |
Color Harmonies of #DF4240
Complementary color
Monochromatic Colors of #DF4240
Black with #DF4240
Text Example
Text Example
White with #DF4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4240; }
p { color: rgb(223,66,64); }
H1.HeaderClassName
{
color: #DF4240;
}
.AnyTagClassName
{
color: #DF4240;
}
</style>
background-color css
<style>
a { background-color: #DF4240; }
a { background-color: rgb(223,66,64); }
div.DivClassName
{
background-color: #DF4240;
}
.BgClassName
{
background-color: #DF4240;
}
</style>
border-color css
<style>
span { border-color: #DF4240; }
span { border-color: rgb(223,66,64); }
td.TdClassName
{
border-color: #DF4240;
}
.TagClassName
{
border-color: #DF4240;
}
</style>