Shades of Free Speech Red #C5150C
Tints of Free Speech Red #C5150C
RGB
CMYK
RGB Variations
Color information
#C5150C (or 0xC5150C) is known color: Free Speech Red. HEX triplet: C5, 15 and 0C. RGB value is (197,21,12). Sum of RGB (Red+Green+Blue) = 197+21+12=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C5150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5150C is #3AEAF3. Grayscale: #484848. Windows color (decimal): -3861236 or 792005. OLE color: 792005.
HSL color Cylindrical-coordinate representation of color #C5150C: hue angle of 2.92º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5150C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.23 |
| HSL | 2.92º | 0.89% | 0.41% | - |
| HSV(B) | 2.92º | 0.94% | 0.77% | - |
| XYZ | 23.36 | 12.43 | 1.52 | - |
| YUV | 72.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 12 | 0 | 0.89 | 0.94 | 0.23 | 2.92 | 0.89 | 0.41 |
| Hex | C5 | 15 | C | 0 | 59 | 5E | 17 | 3 | 59 | 29 |
| Octal | 305 | 25 | 14 | 0 | 131 | 136 | 27 | 3 | 131 | 51 |
| Binary | 11000101 | 10101 | 1100 | 0 | 1011001 | 1011110 | 10111 | 11 | 1011001 | 101001 |
Color Harmonies of #C5150C
Complementary color
Monochromatic Colors of #C5150C
Black with #C5150C
Text Example
Text Example
White with #C5150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5150C; }
p { color: rgb(197,21,12); }
H1.HeaderClassName
{
color: #C5150C;
}
.AnyTagClassName
{
color: #C5150C;
}
</style>
background-color css
<style>
a { background-color: #C5150C; }
a { background-color: rgb(197,21,12); }
div.DivClassName
{
background-color: #C5150C;
}
.BgClassName
{
background-color: #C5150C;
}
</style>
border-color css
<style>
span { border-color: #C5150C; }
span { border-color: rgb(197,21,12); }
td.TdClassName
{
border-color: #C5150C;
}
.TagClassName
{
border-color: #C5150C;
}
</style>