Shades of Free Speech Red #DC1510
Tints of Free Speech Red #DC1510
RGB
CMYK
RGB Variations
Color information
#DC1510 (or 0xDC1510) is known color: Free Speech Red. HEX triplet: DC, 15 and 10. RGB value is (220,21,16). Sum of RGB (Red+Green+Blue) = 220+21+16=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1510 is #23EAEF. Grayscale: #505050. Windows color (decimal): -2353904 or 1054172. OLE color: 1054172.
HSL color Cylindrical-coordinate representation of color #DC1510: hue angle of 1.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1510 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.14 |
| HSL | 1.47º | 0.86% | 0.46% | - |
| HSV(B) | 1.47º | 0.93% | 0.86% | - |
| XYZ | 29.88 | 15.79 | 1.96 | - |
| YUV | 79.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 16 | 0 | 0.90 | 0.93 | 0.14 | 1.47 | 0.86 | 0.46 |
| Hex | DC | 15 | 10 | 0 | 5A | 5D | E | 1 | 56 | 2E |
| Octal | 334 | 25 | 20 | 0 | 132 | 135 | 16 | 1 | 126 | 56 |
| Binary | 11011100 | 10101 | 10000 | 0 | 1011010 | 1011101 | 1110 | 1 | 1010110 | 101110 |
Color Harmonies of #DC1510
Complementary color
Monochromatic Colors of #DC1510
Black with #DC1510
Text Example
Text Example
White with #DC1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1510; }
p { color: rgb(220,21,16); }
H1.HeaderClassName
{
color: #DC1510;
}
.AnyTagClassName
{
color: #DC1510;
}
</style>
background-color css
<style>
a { background-color: #DC1510; }
a { background-color: rgb(220,21,16); }
div.DivClassName
{
background-color: #DC1510;
}
.BgClassName
{
background-color: #DC1510;
}
</style>
border-color css
<style>
span { border-color: #DC1510; }
span { border-color: rgb(220,21,16); }
td.TdClassName
{
border-color: #DC1510;
}
.TagClassName
{
border-color: #DC1510;
}
</style>