Shades of Cinnabar #DF4E3C
Tints of Cinnabar #DF4E3C
RGB
CMYK
RGB Variations
Color information
#DF4E3C (or 0xDF4E3C) is known color: Cinnabar. HEX triplet: DF, 4E and 3C. RGB value is (223,78,60). Sum of RGB (Red+Green+Blue) = 223+78+60=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E3C is #20B1C3. Grayscale: #777777. Windows color (decimal): -2142660 or 3952351. OLE color: 3952351.
HSL color Cylindrical-coordinate representation of color #DF4E3C: hue angle of 6.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF4E3C is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 60 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.13 |
| HSL | 6.63º | 0.72% | 0.55% | - |
| HSV(B) | 6.63º | 0.73% | 0.87% | - |
| XYZ | 33.97 | 21.46 | 6.63 | - |
| YUV | 119.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 60 | 0 | 0.65 | 0.73 | 0.13 | 6.63 | 0.72 | 0.55 |
| Hex | DF | 4E | 3C | 0 | 41 | 49 | D | 7 | 48 | 37 |
| Octal | 337 | 116 | 74 | 0 | 101 | 111 | 15 | 7 | 110 | 67 |
| Binary | 11011111 | 1001110 | 111100 | 0 | 1000001 | 1001001 | 1101 | 111 | 1001000 | 110111 |
Color Harmonies of #DF4E3C
Complementary color
Monochromatic Colors of #DF4E3C
Black with #DF4E3C
Text Example
Text Example
White with #DF4E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E3C; }
p { color: rgb(223,78,60); }
H1.HeaderClassName
{
color: #DF4E3C;
}
.AnyTagClassName
{
color: #DF4E3C;
}
</style>
background-color css
<style>
a { background-color: #DF4E3C; }
a { background-color: rgb(223,78,60); }
div.DivClassName
{
background-color: #DF4E3C;
}
.BgClassName
{
background-color: #DF4E3C;
}
</style>
border-color css
<style>
span { border-color: #DF4E3C; }
span { border-color: rgb(223,78,60); }
td.TdClassName
{
border-color: #DF4E3C;
}
.TagClassName
{
border-color: #DF4E3C;
}
</style>