Shades of Cinnabar #DF5234
Tints of Cinnabar #DF5234
RGB
CMYK
RGB Variations
Color information
#DF5234 (or 0xDF5234) is known color: Cinnabar. HEX triplet: DF, 52 and 34. RGB value is (223,82,52). Sum of RGB (Red+Green+Blue) = 223+82+52=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5234 is #20ADCB. Grayscale: #787878. Windows color (decimal): -2141644 or 3429087. OLE color: 3429087.
HSL color Cylindrical-coordinate representation of color #DF5234: hue angle of 10.53º 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 #DF5234 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 52 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.13 |
| HSL | 10.53º | 0.73% | 0.54% | - |
| HSV(B) | 10.53º | 0.77% | 0.87% | - |
| XYZ | 34.07 | 21.97 | 5.69 | - |
| YUV | 120.74 | 89.21 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 52 | 0 | 0.63 | 0.77 | 0.13 | 10.53 | 0.73 | 0.54 |
| Hex | DF | 52 | 34 | 0 | 3F | 4D | D | B | 49 | 36 |
| Octal | 337 | 122 | 64 | 0 | 77 | 115 | 15 | 13 | 111 | 66 |
| Binary | 11011111 | 1010010 | 110100 | 0 | 111111 | 1001101 | 1101 | 1011 | 1001001 | 110110 |
Color Harmonies of #DF5234
Complementary color
Monochromatic Colors of #DF5234
Black with #DF5234
Text Example
Text Example
White with #DF5234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5234; }
p { color: rgb(223,82,52); }
H1.HeaderClassName
{
color: #DF5234;
}
.AnyTagClassName
{
color: #DF5234;
}
</style>
background-color css
<style>
a { background-color: #DF5234; }
a { background-color: rgb(223,82,52); }
div.DivClassName
{
background-color: #DF5234;
}
.BgClassName
{
background-color: #DF5234;
}
</style>
border-color css
<style>
span { border-color: #DF5234; }
span { border-color: rgb(223,82,52); }
td.TdClassName
{
border-color: #DF5234;
}
.TagClassName
{
border-color: #DF5234;
}
</style>