Shades of Free Speech Red #C61505
Tints of Free Speech Red #C61505
RGB
CMYK
RGB Variations
Color information
#C61505 (or 0xC61505) is known color: Free Speech Red. HEX triplet: C6, 15 and 05. RGB value is (198,21,5). Sum of RGB (Red+Green+Blue) = 198+21+5=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61505 is #39EAFA. Grayscale: #484848. Windows color (decimal): -3795707 or 333254. OLE color: 333254.
HSL color Cylindrical-coordinate representation of color #C61505: hue angle of 4.97º degrees, saturation: 0.95, 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 #C61505 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.22 |
| HSL | 4.97º | 0.95% | 0.4% | - |
| HSV(B) | 4.97º | 0.97% | 0.78% | - |
| XYZ | 23.58 | 12.55 | 1.32 | - |
| YUV | 72.1 | 90.14 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 5 | 0 | 0.89 | 0.97 | 0.22 | 4.97 | 0.95 | 0.4 |
| Hex | C6 | 15 | 5 | 0 | 59 | 61 | 16 | 5 | 5F | 28 |
| Octal | 306 | 25 | 5 | 0 | 131 | 141 | 26 | 5 | 137 | 50 |
| Binary | 11000110 | 10101 | 101 | 0 | 1011001 | 1100001 | 10110 | 101 | 1011111 | 101000 |
Color Harmonies of #C61505
Complementary color
Monochromatic Colors of #C61505
Black with #C61505
Text Example
Text Example
White with #C61505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61505; }
p { color: rgb(198,21,5); }
H1.HeaderClassName
{
color: #C61505;
}
.AnyTagClassName
{
color: #C61505;
}
</style>
background-color css
<style>
a { background-color: #C61505; }
a { background-color: rgb(198,21,5); }
div.DivClassName
{
background-color: #C61505;
}
.BgClassName
{
background-color: #C61505;
}
</style>
border-color css
<style>
span { border-color: #C61505; }
span { border-color: rgb(198,21,5); }
td.TdClassName
{
border-color: #C61505;
}
.TagClassName
{
border-color: #C61505;
}
</style>