Shades of Cinnabar #DF3729
Tints of Cinnabar #DF3729
RGB
CMYK
RGB Variations
Color information
#DF3729 (or 0xDF3729) is known color: Cinnabar. HEX triplet: DF, 37 and 29. RGB value is (223,55,41). Sum of RGB (Red+Green+Blue) = 223+55+41=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3729 is #20C8D6. Grayscale: #676767. Windows color (decimal): -2148567 or 2701279. OLE color: 2701279.
HSL color Cylindrical-coordinate representation of color #DF3729: hue angle of 4.62º 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 #DF3729 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 41 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.13 |
| HSL | 4.62º | 0.74% | 0.52% | - |
| HSV(B) | 4.62º | 0.82% | 0.87% | - |
| XYZ | 32.2 | 18.58 | 3.99 | - |
| YUV | 103.64 | 92.66 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 41 | 0 | 0.75 | 0.82 | 0.13 | 4.62 | 0.74 | 0.52 |
| Hex | DF | 37 | 29 | 0 | 4B | 52 | D | 5 | 4A | 34 |
| Octal | 337 | 67 | 51 | 0 | 113 | 122 | 15 | 5 | 112 | 64 |
| Binary | 11011111 | 110111 | 101001 | 0 | 1001011 | 1010010 | 1101 | 101 | 1001010 | 110100 |
Color Harmonies of #DF3729
Complementary color
Monochromatic Colors of #DF3729
Black with #DF3729
Text Example
Text Example
White with #DF3729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3729; }
p { color: rgb(223,55,41); }
H1.HeaderClassName
{
color: #DF3729;
}
.AnyTagClassName
{
color: #DF3729;
}
</style>
background-color css
<style>
a { background-color: #DF3729; }
a { background-color: rgb(223,55,41); }
div.DivClassName
{
background-color: #DF3729;
}
.BgClassName
{
background-color: #DF3729;
}
</style>
border-color css
<style>
span { border-color: #DF3729; }
span { border-color: rgb(223,55,41); }
td.TdClassName
{
border-color: #DF3729;
}
.TagClassName
{
border-color: #DF3729;
}
</style>