Shades of Free Speech Red #DC0705
Tints of Free Speech Red #DC0705
RGB
CMYK
RGB Variations
Color information
#DC0705 (or 0xDC0705) is known color: Free Speech Red. HEX triplet: DC, 07 and 05. RGB value is (220,7,5). Sum of RGB (Red+Green+Blue) = 220+7+5=232 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.83% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0705 is #23F8FA. Grayscale: #464646. Windows color (decimal): -2357499 or 329692. OLE color: 329692.
HSL color Cylindrical-coordinate representation of color #DC0705: hue angle of 0.56º 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 #DC0705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.14 |
| HSL | 0.56º | 0.96% | 0.44% | - |
| HSV(B) | 0.56º | 0.98% | 0.86% | - |
| XYZ | 29.62 | 15.38 | 1.55 | - |
| YUV | 70.46 | 91.07 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 5 | 0 | 0.97 | 0.98 | 0.14 | 0.56 | 0.96 | 0.44 |
| Hex | DC | 7 | 5 | 0 | 61 | 62 | E | 1 | 60 | 2C |
| Octal | 334 | 7 | 5 | 0 | 141 | 142 | 16 | 1 | 140 | 54 |
| Binary | 11011100 | 111 | 101 | 0 | 1100001 | 1100010 | 1110 | 1 | 1100000 | 101100 |
Color Harmonies of #DC0705
Complementary color
Monochromatic Colors of #DC0705
Black with #DC0705
Text Example
Text Example
White with #DC0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0705; }
p { color: rgb(220,7,5); }
H1.HeaderClassName
{
color: #DC0705;
}
.AnyTagClassName
{
color: #DC0705;
}
</style>
background-color css
<style>
a { background-color: #DC0705; }
a { background-color: rgb(220,7,5); }
div.DivClassName
{
background-color: #DC0705;
}
.BgClassName
{
background-color: #DC0705;
}
</style>
border-color css
<style>
span { border-color: #DC0705; }
span { border-color: rgb(220,7,5); }
td.TdClassName
{
border-color: #DC0705;
}
.TagClassName
{
border-color: #DC0705;
}
</style>