Shades of Free Speech Red #C61506
Tints of Free Speech Red #C61506
RGB
CMYK
RGB Variations
Color information
#C61506 (or 0xC61506) is known color: Free Speech Red. HEX triplet: C6, 15 and 06. RGB value is (198,21,6). Sum of RGB (Red+Green+Blue) = 198+21+6=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C61506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61506 is #39EAF9. Grayscale: #484848. Windows color (decimal): -3795706 or 398790. OLE color: 398790.
HSL color Cylindrical-coordinate representation of color #C61506: hue angle of 4.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C61506 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 6 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.22 |
| HSL | 4.69º | 0.94% | 0.4% | - |
| HSV(B) | 4.69º | 0.97% | 0.78% | - |
| XYZ | 23.59 | 12.56 | 1.35 | - |
| YUV | 72.21 | 90.64 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 6 | 0 | 0.89 | 0.97 | 0.22 | 4.69 | 0.94 | 0.4 |
| Hex | C6 | 15 | 6 | 0 | 59 | 61 | 16 | 5 | 5E | 28 |
| Octal | 306 | 25 | 6 | 0 | 131 | 141 | 26 | 5 | 136 | 50 |
| Binary | 11000110 | 10101 | 110 | 0 | 1011001 | 1100001 | 10110 | 101 | 1011110 | 101000 |
Color Harmonies of #C61506
Complementary color
Monochromatic Colors of #C61506
Black with #C61506
Text Example
Text Example
White with #C61506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61506; }
p { color: rgb(198,21,6); }
H1.HeaderClassName
{
color: #C61506;
}
.AnyTagClassName
{
color: #C61506;
}
</style>
background-color css
<style>
a { background-color: #C61506; }
a { background-color: rgb(198,21,6); }
div.DivClassName
{
background-color: #C61506;
}
.BgClassName
{
background-color: #C61506;
}
</style>
border-color css
<style>
span { border-color: #C61506; }
span { border-color: rgb(198,21,6); }
td.TdClassName
{
border-color: #C61506;
}
.TagClassName
{
border-color: #C61506;
}
</style>