Shades of Cinnabar #DF5235
Tints of Cinnabar #DF5235
RGB
CMYK
RGB Variations
Color information
#DF5235 (or 0xDF5235) is known color: Cinnabar. HEX triplet: DF, 52 and 35. RGB value is (223,82,53). Sum of RGB (Red+Green+Blue) = 223+82+53=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5235 is #20ADCA. Grayscale: #797979. Windows color (decimal): -2141643 or 3494623. OLE color: 3494623.
HSL color Cylindrical-coordinate representation of color #DF5235: hue angle of 10.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF5235 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 53 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.13 |
| HSL | 10.24º | 0.73% | 0.54% | - |
| HSV(B) | 10.24º | 0.76% | 0.87% | - |
| XYZ | 34.09 | 21.98 | 5.81 | - |
| YUV | 120.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 53 | 0 | 0.63 | 0.76 | 0.13 | 10.24 | 0.73 | 0.54 |
| Hex | DF | 52 | 35 | 0 | 3F | 4C | D | A | 49 | 36 |
| Octal | 337 | 122 | 65 | 0 | 77 | 114 | 15 | 12 | 111 | 66 |
| Binary | 11011111 | 1010010 | 110101 | 0 | 111111 | 1001100 | 1101 | 1010 | 1001001 | 110110 |
Color Harmonies of #DF5235
Complementary color
Monochromatic Colors of #DF5235
Black with #DF5235
Text Example
Text Example
White with #DF5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5235; }
p { color: rgb(223,82,53); }
H1.HeaderClassName
{
color: #DF5235;
}
.AnyTagClassName
{
color: #DF5235;
}
</style>
background-color css
<style>
a { background-color: #DF5235; }
a { background-color: rgb(223,82,53); }
div.DivClassName
{
background-color: #DF5235;
}
.BgClassName
{
background-color: #DF5235;
}
</style>
border-color css
<style>
span { border-color: #DF5235; }
span { border-color: rgb(223,82,53); }
td.TdClassName
{
border-color: #DF5235;
}
.TagClassName
{
border-color: #DF5235;
}
</style>