Shades of Free Speech Red #C31610
Tints of Free Speech Red #C31610
RGB
CMYK
RGB Variations
Color information
#C31610 (or 0xC31610) is known color: Free Speech Red. HEX triplet: C3, 16 and 10. RGB value is (195,22,16). Sum of RGB (Red+Green+Blue) = 195+22+16=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C31610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31610 is #3CE9EF. Grayscale: #494949. Windows color (decimal): -3992048 or 1054403. OLE color: 1054403.
HSL color Cylindrical-coordinate representation of color #C31610: hue angle of 2.01º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31610 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.24 |
| HSL | 2.01º | 0.85% | 0.41% | - |
| HSV(B) | 2.01º | 0.92% | 0.76% | - |
| XYZ | 22.89 | 12.21 | 1.64 | - |
| YUV | 73.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 16 | 0 | 0.89 | 0.92 | 0.24 | 2.01 | 0.85 | 0.41 |
| Hex | C3 | 16 | 10 | 0 | 59 | 5C | 18 | 2 | 55 | 29 |
| Octal | 303 | 26 | 20 | 0 | 131 | 134 | 30 | 2 | 125 | 51 |
| Binary | 11000011 | 10110 | 10000 | 0 | 1011001 | 1011100 | 11000 | 10 | 1010101 | 101001 |
Color Harmonies of #C31610
Complementary color
Monochromatic Colors of #C31610
Black with #C31610
Text Example
Text Example
White with #C31610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31610; }
p { color: rgb(195,22,16); }
H1.HeaderClassName
{
color: #C31610;
}
.AnyTagClassName
{
color: #C31610;
}
</style>
background-color css
<style>
a { background-color: #C31610; }
a { background-color: rgb(195,22,16); }
div.DivClassName
{
background-color: #C31610;
}
.BgClassName
{
background-color: #C31610;
}
</style>
border-color css
<style>
span { border-color: #C31610; }
span { border-color: rgb(195,22,16); }
td.TdClassName
{
border-color: #C31610;
}
.TagClassName
{
border-color: #C31610;
}
</style>