Shades of Cinnabar #DF4529
Tints of Cinnabar #DF4529
RGB
CMYK
RGB Variations
Color information
#DF4529 (or 0xDF4529) is known color: Cinnabar. HEX triplet: DF, 45 and 29. RGB value is (223,69,41). Sum of RGB (Red+Green+Blue) = 223+69+41=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4529 is #20BAD6. Grayscale: #707070. Windows color (decimal): -2144983 or 2704863. OLE color: 2704863.
HSL color Cylindrical-coordinate representation of color #DF4529: hue angle of 9.23º 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 #DF4529 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 41 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.13 |
| HSL | 9.23º | 0.74% | 0.52% | - |
| HSV(B) | 9.23º | 0.82% | 0.87% | - |
| XYZ | 32.96 | 20.1 | 4.24 | - |
| YUV | 111.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 41 | 0 | 0.69 | 0.82 | 0.13 | 9.23 | 0.74 | 0.52 |
| Hex | DF | 45 | 29 | 0 | 45 | 52 | D | 9 | 4A | 34 |
| Octal | 337 | 105 | 51 | 0 | 105 | 122 | 15 | 11 | 112 | 64 |
| Binary | 11011111 | 1000101 | 101001 | 0 | 1000101 | 1010010 | 1101 | 1001 | 1001010 | 110100 |
Color Harmonies of #DF4529
Complementary color
Monochromatic Colors of #DF4529
Black with #DF4529
Text Example
Text Example
White with #DF4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4529; }
p { color: rgb(223,69,41); }
H1.HeaderClassName
{
color: #DF4529;
}
.AnyTagClassName
{
color: #DF4529;
}
</style>
background-color css
<style>
a { background-color: #DF4529; }
a { background-color: rgb(223,69,41); }
div.DivClassName
{
background-color: #DF4529;
}
.BgClassName
{
background-color: #DF4529;
}
</style>
border-color css
<style>
span { border-color: #DF4529; }
span { border-color: rgb(223,69,41); }
td.TdClassName
{
border-color: #DF4529;
}
.TagClassName
{
border-color: #DF4529;
}
</style>