Shades of Cinnabar #DF4829
Tints of Cinnabar #DF4829
RGB
CMYK
RGB Variations
Color information
#DF4829 (or 0xDF4829) is known color: Cinnabar. HEX triplet: DF, 48 and 29. RGB value is (223,72,41). Sum of RGB (Red+Green+Blue) = 223+72+41=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4829 is #20B7D6. Grayscale: #717171. Windows color (decimal): -2144215 or 2705631. OLE color: 2705631.
HSL color Cylindrical-coordinate representation of color #DF4829: hue angle of 10.22º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF4829 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 41 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.13 |
| HSL | 10.22º | 0.74% | 0.52% | - |
| HSV(B) | 10.22º | 0.82% | 0.87% | - |
| XYZ | 33.15 | 20.48 | 4.3 | - |
| YUV | 113.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 41 | 0 | 0.68 | 0.82 | 0.13 | 10.22 | 0.74 | 0.52 |
| Hex | DF | 48 | 29 | 0 | 44 | 52 | D | A | 4A | 34 |
| Octal | 337 | 110 | 51 | 0 | 104 | 122 | 15 | 12 | 112 | 64 |
| Binary | 11011111 | 1001000 | 101001 | 0 | 1000100 | 1010010 | 1101 | 1010 | 1001010 | 110100 |
Color Harmonies of #DF4829
Complementary color
Monochromatic Colors of #DF4829
Black with #DF4829
Text Example
Text Example
White with #DF4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4829; }
p { color: rgb(223,72,41); }
H1.HeaderClassName
{
color: #DF4829;
}
.AnyTagClassName
{
color: #DF4829;
}
</style>
background-color css
<style>
a { background-color: #DF4829; }
a { background-color: rgb(223,72,41); }
div.DivClassName
{
background-color: #DF4829;
}
.BgClassName
{
background-color: #DF4829;
}
</style>
border-color css
<style>
span { border-color: #DF4829; }
span { border-color: rgb(223,72,41); }
td.TdClassName
{
border-color: #DF4829;
}
.TagClassName
{
border-color: #DF4829;
}
</style>