Shades of Cinnabar #DC503C
Tints of Cinnabar #DC503C
RGB
CMYK
RGB Variations
Color information
#DC503C (or 0xDC503C) is known color: Cinnabar. HEX triplet: DC, 50 and 3C. RGB value is (220,80,60). Sum of RGB (Red+Green+Blue) = 220+80+60=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC503C is #23AFC3. Grayscale: #777777. Windows color (decimal): -2338756 or 3952860. OLE color: 3952860.
HSL color Cylindrical-coordinate representation of color #DC503C: hue angle of 7.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC503C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.14 |
| HSL | 7.5º | 0.7% | 0.55% | - |
| HSV(B) | 7.5º | 0.73% | 0.86% | - |
| XYZ | 33.2 | 21.28 | 6.63 | - |
| YUV | 119.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 60 | 0 | 0.64 | 0.73 | 0.14 | 7.5 | 0.7 | 0.55 |
| Hex | DC | 50 | 3C | 0 | 40 | 49 | E | 8 | 46 | 37 |
| Octal | 334 | 120 | 74 | 0 | 100 | 111 | 16 | 10 | 106 | 67 |
| Binary | 11011100 | 1010000 | 111100 | 0 | 1000000 | 1001001 | 1110 | 1000 | 1000110 | 110111 |
Color Harmonies of #DC503C
Complementary color
Monochromatic Colors of #DC503C
Black with #DC503C
Text Example
Text Example
White with #DC503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC503C; }
p { color: rgb(220,80,60); }
H1.HeaderClassName
{
color: #DC503C;
}
.AnyTagClassName
{
color: #DC503C;
}
</style>
background-color css
<style>
a { background-color: #DC503C; }
a { background-color: rgb(220,80,60); }
div.DivClassName
{
background-color: #DC503C;
}
.BgClassName
{
background-color: #DC503C;
}
</style>
border-color css
<style>
span { border-color: #DC503C; }
span { border-color: rgb(220,80,60); }
td.TdClassName
{
border-color: #DC503C;
}
.TagClassName
{
border-color: #DC503C;
}
</style>