Shades of Free Speech Red #DC0704
Tints of Free Speech Red #DC0704
RGB
CMYK
RGB Variations
Color information
#DC0704 (or 0xDC0704) is known color: Free Speech Red. HEX triplet: DC, 07 and 04. RGB value is (220,7,4). Sum of RGB (Red+Green+Blue) = 220+7+4=231 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.24% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0704 is #23F8FB. Grayscale: #464646. Windows color (decimal): -2357500 or 264156. OLE color: 264156.
HSL color Cylindrical-coordinate representation of color #DC0704: hue angle of 0.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0704 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.14 |
| HSL | 0.83º | 0.96% | 0.44% | - |
| HSV(B) | 0.83º | 0.98% | 0.86% | - |
| XYZ | 29.61 | 15.38 | 1.52 | - |
| YUV | 70.35 | 90.57 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 4 | 0 | 0.97 | 0.98 | 0.14 | 0.83 | 0.96 | 0.44 |
| Hex | DC | 7 | 4 | 0 | 61 | 62 | E | 1 | 60 | 2C |
| Octal | 334 | 7 | 4 | 0 | 141 | 142 | 16 | 1 | 140 | 54 |
| Binary | 11011100 | 111 | 100 | 0 | 1100001 | 1100010 | 1110 | 1 | 1100000 | 101100 |
Color Harmonies of #DC0704
Complementary color
Monochromatic Colors of #DC0704
Black with #DC0704
Text Example
Text Example
White with #DC0704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0704; }
p { color: rgb(220,7,4); }
H1.HeaderClassName
{
color: #DC0704;
}
.AnyTagClassName
{
color: #DC0704;
}
</style>
background-color css
<style>
a { background-color: #DC0704; }
a { background-color: rgb(220,7,4); }
div.DivClassName
{
background-color: #DC0704;
}
.BgClassName
{
background-color: #DC0704;
}
</style>
border-color css
<style>
span { border-color: #DC0704; }
span { border-color: rgb(220,7,4); }
td.TdClassName
{
border-color: #DC0704;
}
.TagClassName
{
border-color: #DC0704;
}
</style>