Shades of Cinnabar #DD533B
Tints of Cinnabar #DD533B
RGB
CMYK
RGB Variations
Color information
#DD533B (or 0xDD533B) is known color: Cinnabar. HEX triplet: DD, 53 and 3B. RGB value is (221,83,59). Sum of RGB (Red+Green+Blue) = 221+83+59=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD533B is #22ACC4. Grayscale: #797979. Windows color (decimal): -2272453 or 3888093. OLE color: 3888093.
HSL color Cylindrical-coordinate representation of color #DD533B: hue angle of 8.89º 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 #DD533B is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 59 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.13 |
| HSL | 8.89º | 0.7% | 0.55% | - |
| HSV(B) | 8.89º | 0.73% | 0.87% | - |
| XYZ | 33.7 | 21.87 | 6.58 | - |
| YUV | 121.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 59 | 0 | 0.62 | 0.73 | 0.13 | 8.89 | 0.7 | 0.55 |
| Hex | DD | 53 | 3B | 0 | 3E | 49 | D | 9 | 46 | 37 |
| Octal | 335 | 123 | 73 | 0 | 76 | 111 | 15 | 11 | 106 | 67 |
| Binary | 11011101 | 1010011 | 111011 | 0 | 111110 | 1001001 | 1101 | 1001 | 1000110 | 110111 |
Color Harmonies of #DD533B
Complementary color
Monochromatic Colors of #DD533B
Black with #DD533B
Text Example
Text Example
White with #DD533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD533B; }
p { color: rgb(221,83,59); }
H1.HeaderClassName
{
color: #DD533B;
}
.AnyTagClassName
{
color: #DD533B;
}
</style>
background-color css
<style>
a { background-color: #DD533B; }
a { background-color: rgb(221,83,59); }
div.DivClassName
{
background-color: #DD533B;
}
.BgClassName
{
background-color: #DD533B;
}
</style>
border-color css
<style>
span { border-color: #DD533B; }
span { border-color: rgb(221,83,59); }
td.TdClassName
{
border-color: #DD533B;
}
.TagClassName
{
border-color: #DD533B;
}
</style>