Shades of Cinnabar #DF4E2C
Tints of Cinnabar #DF4E2C
RGB
CMYK
RGB Variations
Color information
#DF4E2C (or 0xDF4E2C) is known color: Cinnabar. HEX triplet: DF, 4E and 2C. RGB value is (223,78,44). Sum of RGB (Red+Green+Blue) = 223+78+44=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E2C is #20B1D3. Grayscale: #757575. Windows color (decimal): -2142676 or 2903775. OLE color: 2903775.
HSL color Cylindrical-coordinate representation of color #DF4E2C: hue angle of 11.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF4E2C is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 44 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.13 |
| HSL | 11.4º | 0.74% | 0.52% | - |
| HSV(B) | 11.4º | 0.8% | 0.87% | - |
| XYZ | 33.61 | 21.32 | 4.73 | - |
| YUV | 117.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 44 | 0 | 0.65 | 0.80 | 0.13 | 11.4 | 0.74 | 0.52 |
| Hex | DF | 4E | 2C | 0 | 41 | 50 | D | B | 4A | 34 |
| Octal | 337 | 116 | 54 | 0 | 101 | 120 | 15 | 13 | 112 | 64 |
| Binary | 11011111 | 1001110 | 101100 | 0 | 1000001 | 1010000 | 1101 | 1011 | 1001010 | 110100 |
Color Harmonies of #DF4E2C
Complementary color
Monochromatic Colors of #DF4E2C
Black with #DF4E2C
Text Example
Text Example
White with #DF4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E2C; }
p { color: rgb(223,78,44); }
H1.HeaderClassName
{
color: #DF4E2C;
}
.AnyTagClassName
{
color: #DF4E2C;
}
</style>
background-color css
<style>
a { background-color: #DF4E2C; }
a { background-color: rgb(223,78,44); }
div.DivClassName
{
background-color: #DF4E2C;
}
.BgClassName
{
background-color: #DF4E2C;
}
</style>
border-color css
<style>
span { border-color: #DF4E2C; }
span { border-color: rgb(223,78,44); }
td.TdClassName
{
border-color: #DF4E2C;
}
.TagClassName
{
border-color: #DF4E2C;
}
</style>