Shades of Cinnabar #DF3929
Tints of Cinnabar #DF3929
RGB
CMYK
RGB Variations
Color information
#DF3929 (or 0xDF3929) is known color: Cinnabar. HEX triplet: DF, 39 and 29. RGB value is (223,57,41). Sum of RGB (Red+Green+Blue) = 223+57+41=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3929 is #20C6D6. Grayscale: #696969. Windows color (decimal): -2148055 or 2701791. OLE color: 2701791.
HSL color Cylindrical-coordinate representation of color #DF3929: hue angle of 5.27º 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 #DF3929 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 41 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.13 |
| HSL | 5.27º | 0.74% | 0.52% | - |
| HSV(B) | 5.27º | 0.82% | 0.87% | - |
| XYZ | 32.29 | 18.77 | 4.02 | - |
| YUV | 104.81 | 92 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 41 | 0 | 0.74 | 0.82 | 0.13 | 5.27 | 0.74 | 0.52 |
| Hex | DF | 39 | 29 | 0 | 4A | 52 | D | 5 | 4A | 34 |
| Octal | 337 | 71 | 51 | 0 | 112 | 122 | 15 | 5 | 112 | 64 |
| Binary | 11011111 | 111001 | 101001 | 0 | 1001010 | 1010010 | 1101 | 101 | 1001010 | 110100 |
Color Harmonies of #DF3929
Complementary color
Monochromatic Colors of #DF3929
Black with #DF3929
Text Example
Text Example
White with #DF3929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3929; }
p { color: rgb(223,57,41); }
H1.HeaderClassName
{
color: #DF3929;
}
.AnyTagClassName
{
color: #DF3929;
}
</style>
background-color css
<style>
a { background-color: #DF3929; }
a { background-color: rgb(223,57,41); }
div.DivClassName
{
background-color: #DF3929;
}
.BgClassName
{
background-color: #DF3929;
}
</style>
border-color css
<style>
span { border-color: #DF3929; }
span { border-color: rgb(223,57,41); }
td.TdClassName
{
border-color: #DF3929;
}
.TagClassName
{
border-color: #DF3929;
}
</style>