Shades of Free Speech Red #DC1210
Tints of Free Speech Red #DC1210
RGB
CMYK
RGB Variations
Color information
#DC1210 (or 0xDC1210) is known color: Free Speech Red. HEX triplet: DC, 12 and 10. RGB value is (220,18,16). Sum of RGB (Red+Green+Blue) = 220+18+16=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1210 is #23EDEF. Grayscale: #4E4E4E. Windows color (decimal): -2354672 or 1053404. OLE color: 1053404.
HSL color Cylindrical-coordinate representation of color #DC1210: hue angle of 0.59º 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 #DC1210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.14 |
| HSL | 0.59º | 0.86% | 0.46% | - |
| HSV(B) | 0.59º | 0.93% | 0.86% | - |
| XYZ | 29.83 | 15.69 | 1.95 | - |
| YUV | 78.17 | 92.92 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 16 | 0 | 0.92 | 0.93 | 0.14 | 0.59 | 0.86 | 0.46 |
| Hex | DC | 12 | 10 | 0 | 5C | 5D | E | 1 | 56 | 2E |
| Octal | 334 | 22 | 20 | 0 | 134 | 135 | 16 | 1 | 126 | 56 |
| Binary | 11011100 | 10010 | 10000 | 0 | 1011100 | 1011101 | 1110 | 1 | 1010110 | 101110 |
Color Harmonies of #DC1210
Complementary color
Monochromatic Colors of #DC1210
Black with #DC1210
Text Example
Text Example
White with #DC1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1210; }
p { color: rgb(220,18,16); }
H1.HeaderClassName
{
color: #DC1210;
}
.AnyTagClassName
{
color: #DC1210;
}
</style>
background-color css
<style>
a { background-color: #DC1210; }
a { background-color: rgb(220,18,16); }
div.DivClassName
{
background-color: #DC1210;
}
.BgClassName
{
background-color: #DC1210;
}
</style>
border-color css
<style>
span { border-color: #DC1210; }
span { border-color: rgb(220,18,16); }
td.TdClassName
{
border-color: #DC1210;
}
.TagClassName
{
border-color: #DC1210;
}
</style>