Shades of Free Speech Red #C31210
Tints of Free Speech Red #C31210
RGB
CMYK
RGB Variations
Color information
#C31210 (or 0xC31210) is known color: Free Speech Red. HEX triplet: C3, 12 and 10. RGB value is (195,18,16). Sum of RGB (Red+Green+Blue) = 195+18+16=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C31210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31210 is #3CEDEF. Grayscale: #464646. Windows color (decimal): -3993072 or 1053379. OLE color: 1053379.
HSL color Cylindrical-coordinate representation of color #C31210: hue angle of 0.67º 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 #C31210 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 16 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.24 |
| HSL | 0.67º | 0.85% | 0.41% | - |
| HSV(B) | 0.67º | 0.92% | 0.76% | - |
| XYZ | 22.82 | 12.07 | 1.62 | - |
| YUV | 70.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 16 | 0 | 0.91 | 0.92 | 0.24 | 0.67 | 0.85 | 0.41 |
| Hex | C3 | 12 | 10 | 0 | 5B | 5C | 18 | 1 | 55 | 29 |
| Octal | 303 | 22 | 20 | 0 | 133 | 134 | 30 | 1 | 125 | 51 |
| Binary | 11000011 | 10010 | 10000 | 0 | 1011011 | 1011100 | 11000 | 1 | 1010101 | 101001 |
Color Harmonies of #C31210
Complementary color
Monochromatic Colors of #C31210
Black with #C31210
Text Example
Text Example
White with #C31210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31210; }
p { color: rgb(195,18,16); }
H1.HeaderClassName
{
color: #C31210;
}
.AnyTagClassName
{
color: #C31210;
}
</style>
background-color css
<style>
a { background-color: #C31210; }
a { background-color: rgb(195,18,16); }
div.DivClassName
{
background-color: #C31210;
}
.BgClassName
{
background-color: #C31210;
}
</style>
border-color css
<style>
span { border-color: #C31210; }
span { border-color: rgb(195,18,16); }
td.TdClassName
{
border-color: #C31210;
}
.TagClassName
{
border-color: #C31210;
}
</style>