Shades of Cinnabar #DF5233
Tints of Cinnabar #DF5233
RGB
CMYK
RGB Variations
Color information
#DF5233 (or 0xDF5233) is known color: Cinnabar. HEX triplet: DF, 52 and 33. RGB value is (223,82,51). Sum of RGB (Red+Green+Blue) = 223+82+51=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5233 is #20ADCC. Grayscale: #787878. Windows color (decimal): -2141645 or 3363551. OLE color: 3363551.
HSL color Cylindrical-coordinate representation of color #DF5233: hue angle of 10.81º 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 #DF5233 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 51 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.13 |
| HSL | 10.81º | 0.73% | 0.54% | - |
| HSV(B) | 10.81º | 0.77% | 0.87% | - |
| XYZ | 34.05 | 21.96 | 5.58 | - |
| YUV | 120.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 51 | 0 | 0.63 | 0.77 | 0.13 | 10.81 | 0.73 | 0.54 |
| Hex | DF | 52 | 33 | 0 | 3F | 4D | D | B | 49 | 36 |
| Octal | 337 | 122 | 63 | 0 | 77 | 115 | 15 | 13 | 111 | 66 |
| Binary | 11011111 | 1010010 | 110011 | 0 | 111111 | 1001101 | 1101 | 1011 | 1001001 | 110110 |
Color Harmonies of #DF5233
Complementary color
Monochromatic Colors of #DF5233
Black with #DF5233
Text Example
Text Example
White with #DF5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5233; }
p { color: rgb(223,82,51); }
H1.HeaderClassName
{
color: #DF5233;
}
.AnyTagClassName
{
color: #DF5233;
}
</style>
background-color css
<style>
a { background-color: #DF5233; }
a { background-color: rgb(223,82,51); }
div.DivClassName
{
background-color: #DF5233;
}
.BgClassName
{
background-color: #DF5233;
}
</style>
border-color css
<style>
span { border-color: #DF5233; }
span { border-color: rgb(223,82,51); }
td.TdClassName
{
border-color: #DF5233;
}
.TagClassName
{
border-color: #DF5233;
}
</style>