Shades of Cinnabar #DD523C
Tints of Cinnabar #DD523C
RGB
CMYK
RGB Variations
Color information
#DD523C (or 0xDD523C) is known color: Cinnabar. HEX triplet: DD, 52 and 3C. RGB value is (221,82,60). Sum of RGB (Red+Green+Blue) = 221+82+60=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD523C is #22ADC3. Grayscale: #797979. Windows color (decimal): -2272708 or 3953373. OLE color: 3953373.
HSL color Cylindrical-coordinate representation of color #DD523C: hue angle of 8.2º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD523C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 60 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.13 |
| HSL | 8.2º | 0.7% | 0.55% | - |
| HSV(B) | 8.2º | 0.73% | 0.87% | - |
| XYZ | 33.65 | 21.73 | 6.7 | - |
| YUV | 121.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 60 | 0 | 0.63 | 0.73 | 0.13 | 8.2 | 0.7 | 0.55 |
| Hex | DD | 52 | 3C | 0 | 3F | 49 | D | 8 | 46 | 37 |
| Octal | 335 | 122 | 74 | 0 | 77 | 111 | 15 | 10 | 106 | 67 |
| Binary | 11011101 | 1010010 | 111100 | 0 | 111111 | 1001001 | 1101 | 1000 | 1000110 | 110111 |
Color Harmonies of #DD523C
Complementary color
Monochromatic Colors of #DD523C
Black with #DD523C
Text Example
Text Example
White with #DD523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD523C; }
p { color: rgb(221,82,60); }
H1.HeaderClassName
{
color: #DD523C;
}
.AnyTagClassName
{
color: #DD523C;
}
</style>
background-color css
<style>
a { background-color: #DD523C; }
a { background-color: rgb(221,82,60); }
div.DivClassName
{
background-color: #DD523C;
}
.BgClassName
{
background-color: #DD523C;
}
</style>
border-color css
<style>
span { border-color: #DD523C; }
span { border-color: rgb(221,82,60); }
td.TdClassName
{
border-color: #DD523C;
}
.TagClassName
{
border-color: #DD523C;
}
</style>