Shades of Cinnabar #DC503D
Tints of Cinnabar #DC503D
RGB
CMYK
RGB Variations
Color information
#DC503D (or 0xDC503D) is known color: Cinnabar. HEX triplet: DC, 50 and 3D. RGB value is (220,80,61). Sum of RGB (Red+Green+Blue) = 220+80+61=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC503D is #23AFC2. Grayscale: #777777. Windows color (decimal): -2338755 or 4018396. OLE color: 4018396.
HSL color Cylindrical-coordinate representation of color #DC503D: hue angle of 7.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC503D is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 61 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.14 |
| HSL | 7.17º | 0.69% | 0.55% | - |
| HSV(B) | 7.17º | 0.72% | 0.86% | - |
| XYZ | 33.23 | 21.29 | 6.77 | - |
| YUV | 119.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 61 | 0 | 0.64 | 0.72 | 0.14 | 7.17 | 0.69 | 0.55 |
| Hex | DC | 50 | 3D | 0 | 40 | 48 | E | 7 | 45 | 37 |
| Octal | 334 | 120 | 75 | 0 | 100 | 110 | 16 | 7 | 105 | 67 |
| Binary | 11011100 | 1010000 | 111101 | 0 | 1000000 | 1001000 | 1110 | 111 | 1000101 | 110111 |
Color Harmonies of #DC503D
Complementary color
Monochromatic Colors of #DC503D
Black with #DC503D
Text Example
Text Example
White with #DC503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC503D; }
p { color: rgb(220,80,61); }
H1.HeaderClassName
{
color: #DC503D;
}
.AnyTagClassName
{
color: #DC503D;
}
</style>
background-color css
<style>
a { background-color: #DC503D; }
a { background-color: rgb(220,80,61); }
div.DivClassName
{
background-color: #DC503D;
}
.BgClassName
{
background-color: #DC503D;
}
</style>
border-color css
<style>
span { border-color: #DC503D; }
span { border-color: rgb(220,80,61); }
td.TdClassName
{
border-color: #DC503D;
}
.TagClassName
{
border-color: #DC503D;
}
</style>