Shades of Free Speech Red #C3140B
Tints of Free Speech Red #C3140B
RGB
CMYK
RGB Variations
Color information
#C3140B (or 0xC3140B) is known color: Free Speech Red. HEX triplet: C3, 14 and 0B. RGB value is (195,20,11). Sum of RGB (Red+Green+Blue) = 195+20+11=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C3140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3140B is #3CEBF4. Grayscale: #474747. Windows color (decimal): -3992565 or 726211. OLE color: 726211.
HSL color Cylindrical-coordinate representation of color #C3140B: hue angle of 2.93º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3140B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.24 |
| HSL | 2.93º | 0.89% | 0.4% | - |
| HSV(B) | 2.93º | 0.94% | 0.76% | - |
| XYZ | 22.82 | 12.13 | 1.45 | - |
| YUV | 71.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 11 | 0 | 0.90 | 0.94 | 0.24 | 2.93 | 0.89 | 0.4 |
| Hex | C3 | 14 | B | 0 | 5A | 5E | 18 | 3 | 59 | 28 |
| Octal | 303 | 24 | 13 | 0 | 132 | 136 | 30 | 3 | 131 | 50 |
| Binary | 11000011 | 10100 | 1011 | 0 | 1011010 | 1011110 | 11000 | 11 | 1011001 | 101000 |
Color Harmonies of #C3140B
Complementary color
Monochromatic Colors of #C3140B
Black with #C3140B
Text Example
Text Example
White with #C3140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3140B; }
p { color: rgb(195,20,11); }
H1.HeaderClassName
{
color: #C3140B;
}
.AnyTagClassName
{
color: #C3140B;
}
</style>
background-color css
<style>
a { background-color: #C3140B; }
a { background-color: rgb(195,20,11); }
div.DivClassName
{
background-color: #C3140B;
}
.BgClassName
{
background-color: #C3140B;
}
</style>
border-color css
<style>
span { border-color: #C3140B; }
span { border-color: rgb(195,20,11); }
td.TdClassName
{
border-color: #C3140B;
}
.TagClassName
{
border-color: #C3140B;
}
</style>