Shades of Cinnabar #DF392C
Tints of Cinnabar #DF392C
RGB
CMYK
RGB Variations
Color information
#DF392C (or 0xDF392C) is known color: Cinnabar. HEX triplet: DF, 39 and 2C. RGB value is (223,57,44). Sum of RGB (Red+Green+Blue) = 223+57+44=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF392C is #20C6D3. Grayscale: #696969. Windows color (decimal): -2148052 or 2898399. OLE color: 2898399.
HSL color Cylindrical-coordinate representation of color #DF392C: hue angle of 4.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF392C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 44 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.13 |
| HSL | 4.36º | 0.74% | 0.52% | - |
| HSV(B) | 4.36º | 0.8% | 0.87% | - |
| XYZ | 32.35 | 18.8 | 4.31 | - |
| YUV | 105.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 44 | 0 | 0.74 | 0.80 | 0.13 | 4.36 | 0.74 | 0.52 |
| Hex | DF | 39 | 2C | 0 | 4A | 50 | D | 4 | 4A | 34 |
| Octal | 337 | 71 | 54 | 0 | 112 | 120 | 15 | 4 | 112 | 64 |
| Binary | 11011111 | 111001 | 101100 | 0 | 1001010 | 1010000 | 1101 | 100 | 1001010 | 110100 |
Color Harmonies of #DF392C
Complementary color
Monochromatic Colors of #DF392C
Black with #DF392C
Text Example
Text Example
White with #DF392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF392C; }
p { color: rgb(223,57,44); }
H1.HeaderClassName
{
color: #DF392C;
}
.AnyTagClassName
{
color: #DF392C;
}
</style>
background-color css
<style>
a { background-color: #DF392C; }
a { background-color: rgb(223,57,44); }
div.DivClassName
{
background-color: #DF392C;
}
.BgClassName
{
background-color: #DF392C;
}
</style>
border-color css
<style>
span { border-color: #DF392C; }
span { border-color: rgb(223,57,44); }
td.TdClassName
{
border-color: #DF392C;
}
.TagClassName
{
border-color: #DF392C;
}
</style>