Shades of Cinnabar #DD503C
Tints of Cinnabar #DD503C
RGB
CMYK
RGB Variations
Color information
#DD503C (or 0xDD503C) is known color: Cinnabar. HEX triplet: DD, 50 and 3C. RGB value is (221,80,60). Sum of RGB (Red+Green+Blue) = 221+80+60=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD503C is #22AFC3. Grayscale: #787878. Windows color (decimal): -2273220 or 3952861. OLE color: 3952861.
HSL color Cylindrical-coordinate representation of color #DD503C: hue angle of 7.45º 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 #DD503C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.13 |
| HSL | 7.45º | 0.7% | 0.55% | - |
| HSV(B) | 7.45º | 0.73% | 0.87% | - |
| XYZ | 33.5 | 21.44 | 6.65 | - |
| YUV | 119.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 60 | 0 | 0.64 | 0.73 | 0.13 | 7.45 | 0.7 | 0.55 |
| Hex | DD | 50 | 3C | 0 | 40 | 49 | D | 7 | 46 | 37 |
| Octal | 335 | 120 | 74 | 0 | 100 | 111 | 15 | 7 | 106 | 67 |
| Binary | 11011101 | 1010000 | 111100 | 0 | 1000000 | 1001001 | 1101 | 111 | 1000110 | 110111 |
Color Harmonies of #DD503C
Complementary color
Monochromatic Colors of #DD503C
Black with #DD503C
Text Example
Text Example
White with #DD503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD503C; }
p { color: rgb(221,80,60); }
H1.HeaderClassName
{
color: #DD503C;
}
.AnyTagClassName
{
color: #DD503C;
}
</style>
background-color css
<style>
a { background-color: #DD503C; }
a { background-color: rgb(221,80,60); }
div.DivClassName
{
background-color: #DD503C;
}
.BgClassName
{
background-color: #DD503C;
}
</style>
border-color css
<style>
span { border-color: #DD503C; }
span { border-color: rgb(221,80,60); }
td.TdClassName
{
border-color: #DD503C;
}
.TagClassName
{
border-color: #DD503C;
}
</style>