Shades of Cinnabar #DF4E40
Tints of Cinnabar #DF4E40
RGB
CMYK
RGB Variations
Color information
#DF4E40 (or 0xDF4E40) is known color: Cinnabar. HEX triplet: DF, 4E and 40. RGB value is (223,78,64). Sum of RGB (Red+Green+Blue) = 223+78+64=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E40 is #20B1BF. Grayscale: #777777. Windows color (decimal): -2142656 or 4214495. OLE color: 4214495.
HSL color Cylindrical-coordinate representation of color #DF4E40: hue angle of 5.28º 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 #DF4E40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.13 |
| HSL | 5.28º | 0.71% | 0.56% | - |
| HSV(B) | 5.28º | 0.71% | 0.87% | - |
| XYZ | 34.08 | 21.51 | 7.21 | - |
| YUV | 119.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 64 | 0 | 0.65 | 0.71 | 0.13 | 5.28 | 0.71 | 0.56 |
| Hex | DF | 4E | 40 | 0 | 41 | 47 | D | 5 | 47 | 38 |
| Octal | 337 | 116 | 100 | 0 | 101 | 107 | 15 | 5 | 107 | 70 |
| Binary | 11011111 | 1001110 | 1000000 | 0 | 1000001 | 1000111 | 1101 | 101 | 1000111 | 111000 |
Color Harmonies of #DF4E40
Complementary color
Monochromatic Colors of #DF4E40
Black with #DF4E40
Text Example
Text Example
White with #DF4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E40; }
p { color: rgb(223,78,64); }
H1.HeaderClassName
{
color: #DF4E40;
}
.AnyTagClassName
{
color: #DF4E40;
}
</style>
background-color css
<style>
a { background-color: #DF4E40; }
a { background-color: rgb(223,78,64); }
div.DivClassName
{
background-color: #DF4E40;
}
.BgClassName
{
background-color: #DF4E40;
}
</style>
border-color css
<style>
span { border-color: #DF4E40; }
span { border-color: rgb(223,78,64); }
td.TdClassName
{
border-color: #DF4E40;
}
.TagClassName
{
border-color: #DF4E40;
}
</style>