Shades of Free Speech Red #D61701
Tints of Free Speech Red #D61701
RGB
CMYK
RGB Variations
Color information
#D61701 (or 0xD61701) is known color: Free Speech Red. HEX triplet: D6, 17 and 01. RGB value is (214,23,1). Sum of RGB (Red+Green+Blue) = 214+23+1=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D61701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61701 is #29E8FE. Grayscale: #4D4D4D. Windows color (decimal): -2746623 or 71638. OLE color: 71638.
HSL color Cylindrical-coordinate representation of color #D61701: hue angle of 6.2º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D61701 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.16 |
| HSL | 6.2º | 0.99% | 0.42% | - |
| HSV(B) | 6.2º | 1% | 0.84% | - |
| XYZ | 28.04 | 14.91 | 1.43 | - |
| YUV | 77.6 | 84.78 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 1 | 0 | 0.89 | 1.00 | 0.16 | 6.2 | 0.99 | 0.42 |
| Hex | D6 | 17 | 1 | 0 | 59 | 64 | 10 | 6 | 63 | 2A |
| Octal | 326 | 27 | 1 | 0 | 131 | 144 | 20 | 6 | 143 | 52 |
| Binary | 11010110 | 10111 | 1 | 0 | 1011001 | 1100100 | 10000 | 110 | 1100011 | 101010 |
Color Harmonies of #D61701
Complementary color
Monochromatic Colors of #D61701
Black with #D61701
Text Example
Text Example
White with #D61701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61701; }
p { color: rgb(214,23,1); }
H1.HeaderClassName
{
color: #D61701;
}
.AnyTagClassName
{
color: #D61701;
}
</style>
background-color css
<style>
a { background-color: #D61701; }
a { background-color: rgb(214,23,1); }
div.DivClassName
{
background-color: #D61701;
}
.BgClassName
{
background-color: #D61701;
}
</style>
border-color css
<style>
span { border-color: #D61701; }
span { border-color: rgb(214,23,1); }
td.TdClassName
{
border-color: #D61701;
}
.TagClassName
{
border-color: #D61701;
}
</style>