Shades of Free Speech Red #DC1707
Tints of Free Speech Red #DC1707
RGB
CMYK
RGB Variations
Color information
#DC1707 (or 0xDC1707) is known color: Free Speech Red. HEX triplet: DC, 17 and 07. RGB value is (220,23,7). Sum of RGB (Red+Green+Blue) = 220+23+7=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1707 is #23E8F8. Grayscale: #505050. Windows color (decimal): -2353401 or 464860. OLE color: 464860.
HSL color Cylindrical-coordinate representation of color #DC1707: hue angle of 4.51º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC1707 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.14 |
| HSL | 4.51º | 0.94% | 0.45% | - |
| HSV(B) | 4.51º | 0.97% | 0.86% | - |
| XYZ | 29.86 | 15.84 | 1.69 | - |
| YUV | 80.08 | 86.77 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 7 | 0 | 0.90 | 0.97 | 0.14 | 4.51 | 0.94 | 0.45 |
| Hex | DC | 17 | 7 | 0 | 5A | 61 | E | 5 | 5E | 2D |
| Octal | 334 | 27 | 7 | 0 | 132 | 141 | 16 | 5 | 136 | 55 |
| Binary | 11011100 | 10111 | 111 | 0 | 1011010 | 1100001 | 1110 | 101 | 1011110 | 101101 |
Color Harmonies of #DC1707
Complementary color
Monochromatic Colors of #DC1707
Black with #DC1707
Text Example
Text Example
White with #DC1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1707; }
p { color: rgb(220,23,7); }
H1.HeaderClassName
{
color: #DC1707;
}
.AnyTagClassName
{
color: #DC1707;
}
</style>
background-color css
<style>
a { background-color: #DC1707; }
a { background-color: rgb(220,23,7); }
div.DivClassName
{
background-color: #DC1707;
}
.BgClassName
{
background-color: #DC1707;
}
</style>
border-color css
<style>
span { border-color: #DC1707; }
span { border-color: rgb(220,23,7); }
td.TdClassName
{
border-color: #DC1707;
}
.TagClassName
{
border-color: #DC1707;
}
</style>