Shades of Cinnabar #DF4F33
Tints of Cinnabar #DF4F33
RGB
CMYK
RGB Variations
Color information
#DF4F33 (or 0xDF4F33) is known color: Cinnabar. HEX triplet: DF, 4F and 33. RGB value is (223,79,51). Sum of RGB (Red+Green+Blue) = 223+79+51=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F33 is #20B0CC. Grayscale: #777777. Windows color (decimal): -2142413 or 3362783. OLE color: 3362783.
HSL color Cylindrical-coordinate representation of color #DF4F33: hue angle of 9.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF4F33 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 51 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.13 |
| HSL | 9.77º | 0.73% | 0.54% | - |
| HSV(B) | 9.77º | 0.77% | 0.87% | - |
| XYZ | 33.82 | 21.52 | 5.5 | - |
| YUV | 118.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 51 | 0 | 0.65 | 0.77 | 0.13 | 9.77 | 0.73 | 0.54 |
| Hex | DF | 4F | 33 | 0 | 41 | 4D | D | A | 49 | 36 |
| Octal | 337 | 117 | 63 | 0 | 101 | 115 | 15 | 12 | 111 | 66 |
| Binary | 11011111 | 1001111 | 110011 | 0 | 1000001 | 1001101 | 1101 | 1010 | 1001001 | 110110 |
Color Harmonies of #DF4F33
Complementary color
Monochromatic Colors of #DF4F33
Black with #DF4F33
Text Example
Text Example
White with #DF4F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F33; }
p { color: rgb(223,79,51); }
H1.HeaderClassName
{
color: #DF4F33;
}
.AnyTagClassName
{
color: #DF4F33;
}
</style>
background-color css
<style>
a { background-color: #DF4F33; }
a { background-color: rgb(223,79,51); }
div.DivClassName
{
background-color: #DF4F33;
}
.BgClassName
{
background-color: #DF4F33;
}
</style>
border-color css
<style>
span { border-color: #DF4F33; }
span { border-color: rgb(223,79,51); }
td.TdClassName
{
border-color: #DF4F33;
}
.TagClassName
{
border-color: #DF4F33;
}
</style>