Shades of Cinnabar #DD5034
Tints of Cinnabar #DD5034
RGB
CMYK
RGB Variations
Color information
#DD5034 (or 0xDD5034) is known color: Cinnabar. HEX triplet: DD, 50 and 34. RGB value is (221,80,52). Sum of RGB (Red+Green+Blue) = 221+80+52=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5034 is #22AFCB. Grayscale: #777777. Windows color (decimal): -2273228 or 3428573. OLE color: 3428573.
HSL color Cylindrical-coordinate representation of color #DD5034: hue angle of 9.94º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD5034 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 52 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.13 |
| HSL | 9.94º | 0.71% | 0.54% | - |
| HSV(B) | 9.94º | 0.76% | 0.87% | - |
| XYZ | 33.31 | 21.36 | 5.62 | - |
| YUV | 118.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 52 | 0 | 0.64 | 0.76 | 0.13 | 9.94 | 0.71 | 0.54 |
| Hex | DD | 50 | 34 | 0 | 40 | 4C | D | A | 47 | 36 |
| Octal | 335 | 120 | 64 | 0 | 100 | 114 | 15 | 12 | 107 | 66 |
| Binary | 11011101 | 1010000 | 110100 | 0 | 1000000 | 1001100 | 1101 | 1010 | 1000111 | 110110 |
Color Harmonies of #DD5034
Complementary color
Monochromatic Colors of #DD5034
Black with #DD5034
Text Example
Text Example
White with #DD5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5034; }
p { color: rgb(221,80,52); }
H1.HeaderClassName
{
color: #DD5034;
}
.AnyTagClassName
{
color: #DD5034;
}
</style>
background-color css
<style>
a { background-color: #DD5034; }
a { background-color: rgb(221,80,52); }
div.DivClassName
{
background-color: #DD5034;
}
.BgClassName
{
background-color: #DD5034;
}
</style>
border-color css
<style>
span { border-color: #DD5034; }
span { border-color: rgb(221,80,52); }
td.TdClassName
{
border-color: #DD5034;
}
.TagClassName
{
border-color: #DD5034;
}
</style>