Shades of Free Speech Red #C3110C
Tints of Free Speech Red #C3110C
RGB
CMYK
RGB Variations
Color information
#C3110C (or 0xC3110C) is known color: Free Speech Red. HEX triplet: C3, 11 and 0C. RGB value is (195,17,12). Sum of RGB (Red+Green+Blue) = 195+17+12=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C3110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3110C is #3CEEF3. Grayscale: #454545. Windows color (decimal): -3993332 or 790979. OLE color: 790979.
HSL color Cylindrical-coordinate representation of color #C3110C: hue angle of 1.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3110C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.24 |
| HSL | 1.64º | 0.88% | 0.41% | - |
| HSV(B) | 1.64º | 0.94% | 0.76% | - |
| XYZ | 22.77 | 12.03 | 1.47 | - |
| YUV | 69.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 12 | 0 | 0.91 | 0.94 | 0.24 | 1.64 | 0.88 | 0.41 |
| Hex | C3 | 11 | C | 0 | 5B | 5E | 18 | 2 | 58 | 29 |
| Octal | 303 | 21 | 14 | 0 | 133 | 136 | 30 | 2 | 130 | 51 |
| Binary | 11000011 | 10001 | 1100 | 0 | 1011011 | 1011110 | 11000 | 10 | 1011000 | 101001 |
Color Harmonies of #C3110C
Complementary color
Monochromatic Colors of #C3110C
Black with #C3110C
Text Example
Text Example
White with #C3110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3110C; }
p { color: rgb(195,17,12); }
H1.HeaderClassName
{
color: #C3110C;
}
.AnyTagClassName
{
color: #C3110C;
}
</style>
background-color css
<style>
a { background-color: #C3110C; }
a { background-color: rgb(195,17,12); }
div.DivClassName
{
background-color: #C3110C;
}
.BgClassName
{
background-color: #C3110C;
}
</style>
border-color css
<style>
span { border-color: #C3110C; }
span { border-color: rgb(195,17,12); }
td.TdClassName
{
border-color: #C3110C;
}
.TagClassName
{
border-color: #C3110C;
}
</style>