Shades of Free Speech Red #C31108
Tints of Free Speech Red #C31108
RGB
CMYK
RGB Variations
Color information
#C31108 (or 0xC31108) is known color: Free Speech Red. HEX triplet: C3, 11 and 08. RGB value is (195,17,8). Sum of RGB (Red+Green+Blue) = 195+17+8=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C31108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31108 is #3CEEF7. Grayscale: #454545. Windows color (decimal): -3993336 or 528835. OLE color: 528835.
HSL color Cylindrical-coordinate representation of color #C31108: hue angle of 2.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C31108 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.24 |
| HSL | 2.89º | 0.92% | 0.4% | - |
| HSV(B) | 2.89º | 0.96% | 0.76% | - |
| XYZ | 22.75 | 12.02 | 1.35 | - |
| YUV | 69.2 | 93.47 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 8 | 0 | 0.91 | 0.96 | 0.24 | 2.89 | 0.92 | 0.4 |
| Hex | C3 | 11 | 8 | 0 | 5B | 60 | 18 | 3 | 5C | 28 |
| Octal | 303 | 21 | 10 | 0 | 133 | 140 | 30 | 3 | 134 | 50 |
| Binary | 11000011 | 10001 | 1000 | 0 | 1011011 | 1100000 | 11000 | 11 | 1011100 | 101000 |
Color Harmonies of #C31108
Complementary color
Monochromatic Colors of #C31108
Black with #C31108
Text Example
Text Example
White with #C31108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31108; }
p { color: rgb(195,17,8); }
H1.HeaderClassName
{
color: #C31108;
}
.AnyTagClassName
{
color: #C31108;
}
</style>
background-color css
<style>
a { background-color: #C31108; }
a { background-color: rgb(195,17,8); }
div.DivClassName
{
background-color: #C31108;
}
.BgClassName
{
background-color: #C31108;
}
</style>
border-color css
<style>
span { border-color: #C31108; }
span { border-color: rgb(195,17,8); }
td.TdClassName
{
border-color: #C31108;
}
.TagClassName
{
border-color: #C31108;
}
</style>