Shades of Free Speech Red #D61705
Tints of Free Speech Red #D61705
RGB
CMYK
RGB Variations
Color information
#D61705 (or 0xD61705) is known color: Free Speech Red. HEX triplet: D6, 17 and 05. RGB value is (214,23,5). Sum of RGB (Red+Green+Blue) = 214+23+5=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D61705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61705 is #29E8FA. Grayscale: #4E4E4E. Windows color (decimal): -2746619 or 333782. OLE color: 333782.
HSL color Cylindrical-coordinate representation of color #D61705: hue angle of 5.17º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D61705 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.16 |
| HSL | 5.17º | 0.95% | 0.43% | - |
| HSV(B) | 5.17º | 0.98% | 0.84% | - |
| XYZ | 28.07 | 14.92 | 1.54 | - |
| YUV | 78.06 | 86.78 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 5 | 0 | 0.89 | 0.98 | 0.16 | 5.17 | 0.95 | 0.43 |
| Hex | D6 | 17 | 5 | 0 | 59 | 62 | 10 | 5 | 5F | 2B |
| Octal | 326 | 27 | 5 | 0 | 131 | 142 | 20 | 5 | 137 | 53 |
| Binary | 11010110 | 10111 | 101 | 0 | 1011001 | 1100010 | 10000 | 101 | 1011111 | 101011 |
Color Harmonies of #D61705
Complementary color
Monochromatic Colors of #D61705
Black with #D61705
Text Example
Text Example
White with #D61705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61705; }
p { color: rgb(214,23,5); }
H1.HeaderClassName
{
color: #D61705;
}
.AnyTagClassName
{
color: #D61705;
}
</style>
background-color css
<style>
a { background-color: #D61705; }
a { background-color: rgb(214,23,5); }
div.DivClassName
{
background-color: #D61705;
}
.BgClassName
{
background-color: #D61705;
}
</style>
border-color css
<style>
span { border-color: #D61705; }
span { border-color: rgb(214,23,5); }
td.TdClassName
{
border-color: #D61705;
}
.TagClassName
{
border-color: #D61705;
}
</style>