Shades of Free Speech Red #C5100D
Tints of Free Speech Red #C5100D
RGB
CMYK
RGB Variations
Color information
#C5100D (or 0xC5100D) is known color: Free Speech Red. HEX triplet: C5, 10 and 0D. RGB value is (197,16,13). Sum of RGB (Red+Green+Blue) = 197+16+13=226 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.17% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 197 - color contains mainly: red. Hex color #C5100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5100D is #3AEFF2. Grayscale: #454545. Windows color (decimal): -3862515 or 856261. OLE color: 856261.
HSL color Cylindrical-coordinate representation of color #C5100D: hue angle of 0.98º 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 #C5100D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.23 |
| HSL | 0.98º | 0.88% | 0.41% | - |
| HSV(B) | 0.98º | 0.93% | 0.77% | - |
| XYZ | 23.28 | 12.27 | 1.52 | - |
| YUV | 69.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 13 | 0 | 0.92 | 0.93 | 0.23 | 0.98 | 0.88 | 0.41 |
| Hex | C5 | 10 | D | 0 | 5C | 5D | 17 | 1 | 58 | 29 |
| Octal | 305 | 20 | 15 | 0 | 134 | 135 | 27 | 1 | 130 | 51 |
| Binary | 11000101 | 10000 | 1101 | 0 | 1011100 | 1011101 | 10111 | 1 | 1011000 | 101001 |
Color Harmonies of #C5100D
Complementary color
Monochromatic Colors of #C5100D
Black with #C5100D
Text Example
Text Example
White with #C5100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5100D; }
p { color: rgb(197,16,13); }
H1.HeaderClassName
{
color: #C5100D;
}
.AnyTagClassName
{
color: #C5100D;
}
</style>
background-color css
<style>
a { background-color: #C5100D; }
a { background-color: rgb(197,16,13); }
div.DivClassName
{
background-color: #C5100D;
}
.BgClassName
{
background-color: #C5100D;
}
</style>
border-color css
<style>
span { border-color: #C5100D; }
span { border-color: rgb(197,16,13); }
td.TdClassName
{
border-color: #C5100D;
}
.TagClassName
{
border-color: #C5100D;
}
</style>