Shades of Cinnabar #DF4F40
Tints of Cinnabar #DF4F40
RGB
CMYK
RGB Variations
Color information
#DF4F40 (or 0xDF4F40) is known color: Cinnabar. HEX triplet: DF, 4F and 40. RGB value is (223,79,64). Sum of RGB (Red+Green+Blue) = 223+79+64=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F40 is #20B0BF. Grayscale: #787878. Windows color (decimal): -2142400 or 4214751. OLE color: 4214751.
HSL color Cylindrical-coordinate representation of color #DF4F40: hue angle of 5.66º 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 #DF4F40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.13 |
| HSL | 5.66º | 0.71% | 0.56% | - |
| HSV(B) | 5.66º | 0.71% | 0.87% | - |
| XYZ | 34.15 | 21.65 | 7.23 | - |
| YUV | 120.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 64 | 0 | 0.65 | 0.71 | 0.13 | 5.66 | 0.71 | 0.56 |
| Hex | DF | 4F | 40 | 0 | 41 | 47 | D | 6 | 47 | 38 |
| Octal | 337 | 117 | 100 | 0 | 101 | 107 | 15 | 6 | 107 | 70 |
| Binary | 11011111 | 1001111 | 1000000 | 0 | 1000001 | 1000111 | 1101 | 110 | 1000111 | 111000 |
Color Harmonies of #DF4F40
Complementary color
Monochromatic Colors of #DF4F40
Black with #DF4F40
Text Example
Text Example
White with #DF4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F40; }
p { color: rgb(223,79,64); }
H1.HeaderClassName
{
color: #DF4F40;
}
.AnyTagClassName
{
color: #DF4F40;
}
</style>
background-color css
<style>
a { background-color: #DF4F40; }
a { background-color: rgb(223,79,64); }
div.DivClassName
{
background-color: #DF4F40;
}
.BgClassName
{
background-color: #DF4F40;
}
</style>
border-color css
<style>
span { border-color: #DF4F40; }
span { border-color: rgb(223,79,64); }
td.TdClassName
{
border-color: #DF4F40;
}
.TagClassName
{
border-color: #DF4F40;
}
</style>