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