Shades of Free Speech Red #C61307
Tints of Free Speech Red #C61307
RGB
CMYK
RGB Variations
Color information
#C61307 (or 0xC61307) is known color: Free Speech Red. HEX triplet: C6, 13 and 07. RGB value is (198,19,7). Sum of RGB (Red+Green+Blue) = 198+19+7=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61307 is #39ECF8. Grayscale: #474747. Windows color (decimal): -3796217 or 463814. OLE color: 463814.
HSL color Cylindrical-coordinate representation of color #C61307: hue angle of 3.77º 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 #C61307 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 7 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.22 |
| HSL | 3.77º | 0.93% | 0.4% | - |
| HSV(B) | 3.77º | 0.96% | 0.78% | - |
| XYZ | 23.56 | 12.49 | 1.37 | - |
| YUV | 71.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 7 | 0 | 0.90 | 0.96 | 0.22 | 3.77 | 0.93 | 0.4 |
| Hex | C6 | 13 | 7 | 0 | 5A | 60 | 16 | 4 | 5D | 28 |
| Octal | 306 | 23 | 7 | 0 | 132 | 140 | 26 | 4 | 135 | 50 |
| Binary | 11000110 | 10011 | 111 | 0 | 1011010 | 1100000 | 10110 | 100 | 1011101 | 101000 |
Color Harmonies of #C61307
Complementary color
Monochromatic Colors of #C61307
Black with #C61307
Text Example
Text Example
White with #C61307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61307; }
p { color: rgb(198,19,7); }
H1.HeaderClassName
{
color: #C61307;
}
.AnyTagClassName
{
color: #C61307;
}
</style>
background-color css
<style>
a { background-color: #C61307; }
a { background-color: rgb(198,19,7); }
div.DivClassName
{
background-color: #C61307;
}
.BgClassName
{
background-color: #C61307;
}
</style>
border-color css
<style>
span { border-color: #C61307; }
span { border-color: rgb(198,19,7); }
td.TdClassName
{
border-color: #C61307;
}
.TagClassName
{
border-color: #C61307;
}
</style>