Shades of Cinnabar #DD503F
Tints of Cinnabar #DD503F
RGB
CMYK
RGB Variations
Color information
#DD503F (or 0xDD503F) is known color: Cinnabar. HEX triplet: DD, 50 and 3F. RGB value is (221,80,63). Sum of RGB (Red+Green+Blue) = 221+80+63=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD503F is #22AFC0. Grayscale: #787878. Windows color (decimal): -2273217 or 4149469. OLE color: 4149469.
HSL color Cylindrical-coordinate representation of color #DD503F: hue angle of 6.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD503F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 63 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.13 |
| HSL | 6.46º | 0.7% | 0.56% | - |
| HSV(B) | 6.46º | 0.71% | 0.87% | - |
| XYZ | 33.58 | 21.47 | 7.08 | - |
| YUV | 120.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 63 | 0 | 0.64 | 0.71 | 0.13 | 6.46 | 0.7 | 0.56 |
| Hex | DD | 50 | 3F | 0 | 40 | 47 | D | 6 | 46 | 38 |
| Octal | 335 | 120 | 77 | 0 | 100 | 107 | 15 | 6 | 106 | 70 |
| Binary | 11011101 | 1010000 | 111111 | 0 | 1000000 | 1000111 | 1101 | 110 | 1000110 | 111000 |
Color Harmonies of #DD503F
Complementary color
Monochromatic Colors of #DD503F
Black with #DD503F
Text Example
Text Example
White with #DD503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD503F; }
p { color: rgb(221,80,63); }
H1.HeaderClassName
{
color: #DD503F;
}
.AnyTagClassName
{
color: #DD503F;
}
</style>
background-color css
<style>
a { background-color: #DD503F; }
a { background-color: rgb(221,80,63); }
div.DivClassName
{
background-color: #DD503F;
}
.BgClassName
{
background-color: #DD503F;
}
</style>
border-color css
<style>
span { border-color: #DD503F; }
span { border-color: rgb(221,80,63); }
td.TdClassName
{
border-color: #DD503F;
}
.TagClassName
{
border-color: #DD503F;
}
</style>