Shades of Cinnabar #DD523A
Tints of Cinnabar #DD523A
RGB
CMYK
RGB Variations
Color information
#DD523A (or 0xDD523A) is known color: Cinnabar. HEX triplet: DD, 52 and 3A. RGB value is (221,82,58). Sum of RGB (Red+Green+Blue) = 221+82+58=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD523A is #22ADC5. Grayscale: #797979. Windows color (decimal): -2272710 or 3822301. OLE color: 3822301.
HSL color Cylindrical-coordinate representation of color #DD523A: hue angle of 8.83º degrees, saturation: 0.71, 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 #DD523A is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 58 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.13 |
| HSL | 8.83º | 0.71% | 0.55% | - |
| HSV(B) | 8.83º | 0.74% | 0.87% | - |
| XYZ | 33.6 | 21.71 | 6.42 | - |
| YUV | 120.83 | 92.55 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 58 | 0 | 0.63 | 0.74 | 0.13 | 8.83 | 0.71 | 0.55 |
| Hex | DD | 52 | 3A | 0 | 3F | 4A | D | 9 | 47 | 37 |
| Octal | 335 | 122 | 72 | 0 | 77 | 112 | 15 | 11 | 107 | 67 |
| Binary | 11011101 | 1010010 | 111010 | 0 | 111111 | 1001010 | 1101 | 1001 | 1000111 | 110111 |
Color Harmonies of #DD523A
Complementary color
Monochromatic Colors of #DD523A
Black with #DD523A
Text Example
Text Example
White with #DD523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD523A; }
p { color: rgb(221,82,58); }
H1.HeaderClassName
{
color: #DD523A;
}
.AnyTagClassName
{
color: #DD523A;
}
</style>
background-color css
<style>
a { background-color: #DD523A; }
a { background-color: rgb(221,82,58); }
div.DivClassName
{
background-color: #DD523A;
}
.BgClassName
{
background-color: #DD523A;
}
</style>
border-color css
<style>
span { border-color: #DD523A; }
span { border-color: rgb(221,82,58); }
td.TdClassName
{
border-color: #DD523A;
}
.TagClassName
{
border-color: #DD523A;
}
</style>