Shades of Free Speech Red #C61600
Tints of Free Speech Red #C61600
RGB
CMYK
RGB Variations
Color information
#C61600 (or 0xC61600) is known color: Free Speech Red. HEX triplet: C6, 16 and 00. RGB value is (198,22,0). Sum of RGB (Red+Green+Blue) = 198+22+0=220 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 198 - color contains mainly: red. Hex color #C61600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61600 is #39E9FF. Grayscale: #484848. Windows color (decimal): -3795456 or 5830. OLE color: 5830.
HSL color Cylindrical-coordinate representation of color #C61600: hue angle of 6.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C61600 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.22 |
| HSL | 6.67º | 1% | 0.39% | - |
| HSV(B) | 6.67º | 1% | 0.78% | - |
| XYZ | 23.58 | 12.58 | 1.19 | - |
| YUV | 72.12 | 87.31 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 0 | 0 | 0.89 | 1 | 0.22 | 6.67 | 1 | 0.39 |
| Hex | C6 | 16 | 0 | 0 | 59 | 64 | 16 | 7 | 64 | 27 |
| Octal | 306 | 26 | 0 | 0 | 131 | 144 | 26 | 7 | 144 | 47 |
| Binary | 11000110 | 10110 | 0 | 0 | 1011001 | 1100100 | 10110 | 111 | 1100100 | 100111 |
Color Harmonies of #C61600
Complementary color
Monochromatic Colors of #C61600
Black with #C61600
Text Example
Text Example
White with #C61600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61600; }
p { color: rgb(198,22,0); }
H1.HeaderClassName
{
color: #C61600;
}
.AnyTagClassName
{
color: #C61600;
}
</style>
background-color css
<style>
a { background-color: #C61600; }
a { background-color: rgb(198,22,0); }
div.DivClassName
{
background-color: #C61600;
}
.BgClassName
{
background-color: #C61600;
}
</style>
border-color css
<style>
span { border-color: #C61600; }
span { border-color: rgb(198,22,0); }
td.TdClassName
{
border-color: #C61600;
}
.TagClassName
{
border-color: #C61600;
}
</style>