Shades of Free Speech Red #C9170D
Tints of Free Speech Red #C9170D
RGB
CMYK
RGB Variations
Color information
#C9170D (or 0xC9170D) is known color: Free Speech Red. HEX triplet: C9, 17 and 0D. RGB value is (201,23,13). Sum of RGB (Red+Green+Blue) = 201+23+13=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C9170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9170D is #36E8F2. Grayscale: #4B4B4B. Windows color (decimal): -3598579 or 858057. OLE color: 858057.
HSL color Cylindrical-coordinate representation of color #C9170D: hue angle of 3.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9170D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.21 |
| HSL | 3.19º | 0.88% | 0.42% | - |
| HSV(B) | 3.19º | 0.94% | 0.79% | - |
| XYZ | 24.47 | 13.06 | 1.61 | - |
| YUV | 75.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 13 | 0 | 0.89 | 0.94 | 0.21 | 3.19 | 0.88 | 0.42 |
| Hex | C9 | 17 | D | 0 | 59 | 5E | 15 | 3 | 58 | 2A |
| Octal | 311 | 27 | 15 | 0 | 131 | 136 | 25 | 3 | 130 | 52 |
| Binary | 11001001 | 10111 | 1101 | 0 | 1011001 | 1011110 | 10101 | 11 | 1011000 | 101010 |
Color Harmonies of #C9170D
Complementary color
Monochromatic Colors of #C9170D
Black with #C9170D
Text Example
Text Example
White with #C9170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9170D; }
p { color: rgb(201,23,13); }
H1.HeaderClassName
{
color: #C9170D;
}
.AnyTagClassName
{
color: #C9170D;
}
</style>
background-color css
<style>
a { background-color: #C9170D; }
a { background-color: rgb(201,23,13); }
div.DivClassName
{
background-color: #C9170D;
}
.BgClassName
{
background-color: #C9170D;
}
</style>
border-color css
<style>
span { border-color: #C9170D; }
span { border-color: rgb(201,23,13); }
td.TdClassName
{
border-color: #C9170D;
}
.TagClassName
{
border-color: #C9170D;
}
</style>