Shades of Cinnabar #DF523A
Tints of Cinnabar #DF523A
RGB
CMYK
RGB Variations
Color information
#DF523A (or 0xDF523A) is known color: Cinnabar. HEX triplet: DF, 52 and 3A. RGB value is (223,82,58). Sum of RGB (Red+Green+Blue) = 223+82+58=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF523A is #20ADC5. Grayscale: #797979. Windows color (decimal): -2141638 or 3822303. OLE color: 3822303.
HSL color Cylindrical-coordinate representation of color #DF523A: hue angle of 8.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF523A is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 58 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.13 |
| HSL | 8.73º | 0.72% | 0.55% | - |
| HSV(B) | 8.73º | 0.74% | 0.87% | - |
| XYZ | 34.21 | 22.03 | 6.45 | - |
| YUV | 121.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 58 | 0 | 0.63 | 0.74 | 0.13 | 8.73 | 0.72 | 0.55 |
| Hex | DF | 52 | 3A | 0 | 3F | 4A | D | 9 | 48 | 37 |
| Octal | 337 | 122 | 72 | 0 | 77 | 112 | 15 | 11 | 110 | 67 |
| Binary | 11011111 | 1010010 | 111010 | 0 | 111111 | 1001010 | 1101 | 1001 | 1001000 | 110111 |
Color Harmonies of #DF523A
Complementary color
Monochromatic Colors of #DF523A
Black with #DF523A
Text Example
Text Example
White with #DF523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF523A; }
p { color: rgb(223,82,58); }
H1.HeaderClassName
{
color: #DF523A;
}
.AnyTagClassName
{
color: #DF523A;
}
</style>
background-color css
<style>
a { background-color: #DF523A; }
a { background-color: rgb(223,82,58); }
div.DivClassName
{
background-color: #DF523A;
}
.BgClassName
{
background-color: #DF523A;
}
</style>
border-color css
<style>
span { border-color: #DF523A; }
span { border-color: rgb(223,82,58); }
td.TdClassName
{
border-color: #DF523A;
}
.TagClassName
{
border-color: #DF523A;
}
</style>