Shades of Free Speech Red #D61703
Tints of Free Speech Red #D61703
RGB
CMYK
RGB Variations
Color information
#D61703 (or 0xD61703) is known color: Free Speech Red. HEX triplet: D6, 17 and 03. RGB value is (214,23,3). Sum of RGB (Red+Green+Blue) = 214+23+3=240 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.17% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 214 - color contains mainly: red. Hex color #D61703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61703 is #29E8FC. Grayscale: #4E4E4E. Windows color (decimal): -2746621 or 202710. OLE color: 202710.
HSL color Cylindrical-coordinate representation of color #D61703: hue angle of 5.69º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D61703 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.16 |
| HSL | 5.69º | 0.97% | 0.43% | - |
| HSV(B) | 5.69º | 0.99% | 0.84% | - |
| XYZ | 28.05 | 14.92 | 1.49 | - |
| YUV | 77.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 3 | 0 | 0.89 | 0.99 | 0.16 | 5.69 | 0.97 | 0.43 |
| Hex | D6 | 17 | 3 | 0 | 59 | 63 | 10 | 6 | 61 | 2B |
| Octal | 326 | 27 | 3 | 0 | 131 | 143 | 20 | 6 | 141 | 53 |
| Binary | 11010110 | 10111 | 11 | 0 | 1011001 | 1100011 | 10000 | 110 | 1100001 | 101011 |
Color Harmonies of #D61703
Complementary color
Monochromatic Colors of #D61703
Black with #D61703
Text Example
Text Example
White with #D61703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61703; }
p { color: rgb(214,23,3); }
H1.HeaderClassName
{
color: #D61703;
}
.AnyTagClassName
{
color: #D61703;
}
</style>
background-color css
<style>
a { background-color: #D61703; }
a { background-color: rgb(214,23,3); }
div.DivClassName
{
background-color: #D61703;
}
.BgClassName
{
background-color: #D61703;
}
</style>
border-color css
<style>
span { border-color: #D61703; }
span { border-color: rgb(214,23,3); }
td.TdClassName
{
border-color: #D61703;
}
.TagClassName
{
border-color: #D61703;
}
</style>