Shades of Free Speech Red #C61507
Tints of Free Speech Red #C61507
RGB
CMYK
RGB Variations
Color information
#C61507 (or 0xC61507) is known color: Free Speech Red. HEX triplet: C6, 15 and 07. RGB value is (198,21,7). Sum of RGB (Red+Green+Blue) = 198+21+7=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C61507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61507 is #39EAF8. Grayscale: #484848. Windows color (decimal): -3795705 or 464326. OLE color: 464326.
HSL color Cylindrical-coordinate representation of color #C61507: hue angle of 4.4º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C61507 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 7 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.22 |
| HSL | 4.4º | 0.93% | 0.4% | - |
| HSV(B) | 4.4º | 0.96% | 0.78% | - |
| XYZ | 23.6 | 12.56 | 1.38 | - |
| YUV | 72.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 7 | 0 | 0.89 | 0.96 | 0.22 | 4.4 | 0.93 | 0.4 |
| Hex | C6 | 15 | 7 | 0 | 59 | 60 | 16 | 4 | 5D | 28 |
| Octal | 306 | 25 | 7 | 0 | 131 | 140 | 26 | 4 | 135 | 50 |
| Binary | 11000110 | 10101 | 111 | 0 | 1011001 | 1100000 | 10110 | 100 | 1011101 | 101000 |
Color Harmonies of #C61507
Complementary color
Monochromatic Colors of #C61507
Black with #C61507
Text Example
Text Example
White with #C61507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61507; }
p { color: rgb(198,21,7); }
H1.HeaderClassName
{
color: #C61507;
}
.AnyTagClassName
{
color: #C61507;
}
</style>
background-color css
<style>
a { background-color: #C61507; }
a { background-color: rgb(198,21,7); }
div.DivClassName
{
background-color: #C61507;
}
.BgClassName
{
background-color: #C61507;
}
</style>
border-color css
<style>
span { border-color: #C61507; }
span { border-color: rgb(198,21,7); }
td.TdClassName
{
border-color: #C61507;
}
.TagClassName
{
border-color: #C61507;
}
</style>