Shades of Cinnabar #DF4E2D
Tints of Cinnabar #DF4E2D
RGB
CMYK
RGB Variations
Color information
#DF4E2D (or 0xDF4E2D) is known color: Cinnabar. HEX triplet: DF, 4E and 2D. RGB value is (223,78,45). Sum of RGB (Red+Green+Blue) = 223+78+45=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E2D is #20B1D2. Grayscale: #757575. Windows color (decimal): -2142675 or 2969311. OLE color: 2969311.
HSL color Cylindrical-coordinate representation of color #DF4E2D: hue angle of 11.12º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF4E2D is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 45 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.13 |
| HSL | 11.12º | 0.74% | 0.53% | - |
| HSV(B) | 11.12º | 0.8% | 0.87% | - |
| XYZ | 33.63 | 21.33 | 4.83 | - |
| YUV | 117.59 | 87.04 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 45 | 0 | 0.65 | 0.80 | 0.13 | 11.12 | 0.74 | 0.53 |
| Hex | DF | 4E | 2D | 0 | 41 | 50 | D | B | 4A | 35 |
| Octal | 337 | 116 | 55 | 0 | 101 | 120 | 15 | 13 | 112 | 65 |
| Binary | 11011111 | 1001110 | 101101 | 0 | 1000001 | 1010000 | 1101 | 1011 | 1001010 | 110101 |
Color Harmonies of #DF4E2D
Complementary color
Monochromatic Colors of #DF4E2D
Black with #DF4E2D
Text Example
Text Example
White with #DF4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E2D; }
p { color: rgb(223,78,45); }
H1.HeaderClassName
{
color: #DF4E2D;
}
.AnyTagClassName
{
color: #DF4E2D;
}
</style>
background-color css
<style>
a { background-color: #DF4E2D; }
a { background-color: rgb(223,78,45); }
div.DivClassName
{
background-color: #DF4E2D;
}
.BgClassName
{
background-color: #DF4E2D;
}
</style>
border-color css
<style>
span { border-color: #DF4E2D; }
span { border-color: rgb(223,78,45); }
td.TdClassName
{
border-color: #DF4E2D;
}
.TagClassName
{
border-color: #DF4E2D;
}
</style>