Shades of Free Speech Red #C5160D
Tints of Free Speech Red #C5160D
RGB
CMYK
RGB Variations
Color information
#C5160D (or 0xC5160D) is known color: Free Speech Red. HEX triplet: C5, 16 and 0D. RGB value is (197,22,13). Sum of RGB (Red+Green+Blue) = 197+22+13=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5160D is #3AE9F2. Grayscale: #494949. Windows color (decimal): -3860979 or 857797. OLE color: 857797.
HSL color Cylindrical-coordinate representation of color #C5160D: hue angle of 2.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5160D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.23 |
| HSL | 2.93º | 0.88% | 0.41% | - |
| HSV(B) | 2.93º | 0.93% | 0.77% | - |
| XYZ | 23.39 | 12.47 | 1.56 | - |
| YUV | 73.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 13 | 0 | 0.89 | 0.93 | 0.23 | 2.93 | 0.88 | 0.41 |
| Hex | C5 | 16 | D | 0 | 59 | 5D | 17 | 3 | 58 | 29 |
| Octal | 305 | 26 | 15 | 0 | 131 | 135 | 27 | 3 | 130 | 51 |
| Binary | 11000101 | 10110 | 1101 | 0 | 1011001 | 1011101 | 10111 | 11 | 1011000 | 101001 |
Color Harmonies of #C5160D
Complementary color
Monochromatic Colors of #C5160D
Black with #C5160D
Text Example
Text Example
White with #C5160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5160D; }
p { color: rgb(197,22,13); }
H1.HeaderClassName
{
color: #C5160D;
}
.AnyTagClassName
{
color: #C5160D;
}
</style>
background-color css
<style>
a { background-color: #C5160D; }
a { background-color: rgb(197,22,13); }
div.DivClassName
{
background-color: #C5160D;
}
.BgClassName
{
background-color: #C5160D;
}
</style>
border-color css
<style>
span { border-color: #C5160D; }
span { border-color: rgb(197,22,13); }
td.TdClassName
{
border-color: #C5160D;
}
.TagClassName
{
border-color: #C5160D;
}
</style>