Shades of Free Speech Red #C31211
Tints of Free Speech Red #C31211
RGB
CMYK
RGB Variations
Color information
#C31211 (or 0xC31211) is known color: Free Speech Red. HEX triplet: C3, 12 and 11. RGB value is (195,18,17). Sum of RGB (Red+Green+Blue) = 195+18+17=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C31211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31211 is #3CEDEE. Grayscale: #464646. Windows color (decimal): -3993071 or 1118915. OLE color: 1118915.
HSL color Cylindrical-coordinate representation of color #C31211: hue angle of 0.34º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31211 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.24 |
| HSL | 0.34º | 0.84% | 0.42% | - |
| HSV(B) | 0.34º | 0.91% | 0.76% | - |
| XYZ | 22.82 | 12.08 | 1.66 | - |
| YUV | 70.81 | 97.64 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 17 | 0 | 0.91 | 0.91 | 0.24 | 0.34 | 0.84 | 0.42 |
| Hex | C3 | 12 | 11 | 0 | 5B | 5B | 18 | 0 | 54 | 2A |
| Octal | 303 | 22 | 21 | 0 | 133 | 133 | 30 | 0 | 124 | 52 |
| Binary | 11000011 | 10010 | 10001 | 0 | 1011011 | 1011011 | 11000 | 0 | 1010100 | 101010 |
Color Harmonies of #C31211
Complementary color
Monochromatic Colors of #C31211
Black with #C31211
Text Example
Text Example
White with #C31211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31211; }
p { color: rgb(195,18,17); }
H1.HeaderClassName
{
color: #C31211;
}
.AnyTagClassName
{
color: #C31211;
}
</style>
background-color css
<style>
a { background-color: #C31211; }
a { background-color: rgb(195,18,17); }
div.DivClassName
{
background-color: #C31211;
}
.BgClassName
{
background-color: #C31211;
}
</style>
border-color css
<style>
span { border-color: #C31211; }
span { border-color: rgb(195,18,17); }
td.TdClassName
{
border-color: #C31211;
}
.TagClassName
{
border-color: #C31211;
}
</style>