Shades of Cinnabar #DD5035
Tints of Cinnabar #DD5035
RGB
CMYK
RGB Variations
Color information
#DD5035 (or 0xDD5035) is known color: Cinnabar. HEX triplet: DD, 50 and 35. RGB value is (221,80,53). Sum of RGB (Red+Green+Blue) = 221+80+53=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5035 is #22AFCA. Grayscale: #777777. Windows color (decimal): -2273227 or 3494109. OLE color: 3494109.
HSL color Cylindrical-coordinate representation of color #DD5035: hue angle of 9.64º 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 #DD5035 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 53 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.13 |
| HSL | 9.64º | 0.71% | 0.54% | - |
| HSV(B) | 9.64º | 0.76% | 0.87% | - |
| XYZ | 33.33 | 21.37 | 5.74 | - |
| YUV | 119.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 53 | 0 | 0.64 | 0.76 | 0.13 | 9.64 | 0.71 | 0.54 |
| Hex | DD | 50 | 35 | 0 | 40 | 4C | D | A | 47 | 36 |
| Octal | 335 | 120 | 65 | 0 | 100 | 114 | 15 | 12 | 107 | 66 |
| Binary | 11011101 | 1010000 | 110101 | 0 | 1000000 | 1001100 | 1101 | 1010 | 1000111 | 110110 |
Color Harmonies of #DD5035
Complementary color
Monochromatic Colors of #DD5035
Black with #DD5035
Text Example
Text Example
White with #DD5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5035; }
p { color: rgb(221,80,53); }
H1.HeaderClassName
{
color: #DD5035;
}
.AnyTagClassName
{
color: #DD5035;
}
</style>
background-color css
<style>
a { background-color: #DD5035; }
a { background-color: rgb(221,80,53); }
div.DivClassName
{
background-color: #DD5035;
}
.BgClassName
{
background-color: #DD5035;
}
</style>
border-color css
<style>
span { border-color: #DD5035; }
span { border-color: rgb(221,80,53); }
td.TdClassName
{
border-color: #DD5035;
}
.TagClassName
{
border-color: #DD5035;
}
</style>