Shades of Free Speech Red #C8170B
Tints of Free Speech Red #C8170B
RGB
CMYK
RGB Variations
Color information
#C8170B (or 0xC8170B) is known color: Free Speech Red. HEX triplet: C8, 17 and 0B. RGB value is (200,23,11). Sum of RGB (Red+Green+Blue) = 200+23+11=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C8170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8170B is #37E8F4. Grayscale: #4A4A4A. Windows color (decimal): -3664117 or 726984. OLE color: 726984.
HSL color Cylindrical-coordinate representation of color #C8170B: hue angle of 3.81º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8170B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.22 |
| HSL | 3.81º | 0.9% | 0.41% | - |
| HSV(B) | 3.81º | 0.95% | 0.78% | - |
| XYZ | 24.19 | 12.92 | 1.53 | - |
| YUV | 74.56 | 92.14 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 11 | 0 | 0.88 | 0.94 | 0.22 | 3.81 | 0.9 | 0.41 |
| Hex | C8 | 17 | B | 0 | 58 | 5E | 16 | 4 | 5A | 29 |
| Octal | 310 | 27 | 13 | 0 | 130 | 136 | 26 | 4 | 132 | 51 |
| Binary | 11001000 | 10111 | 1011 | 0 | 1011000 | 1011110 | 10110 | 100 | 1011010 | 101001 |
Color Harmonies of #C8170B
Complementary color
Monochromatic Colors of #C8170B
Black with #C8170B
Text Example
Text Example
White with #C8170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8170B; }
p { color: rgb(200,23,11); }
H1.HeaderClassName
{
color: #C8170B;
}
.AnyTagClassName
{
color: #C8170B;
}
</style>
background-color css
<style>
a { background-color: #C8170B; }
a { background-color: rgb(200,23,11); }
div.DivClassName
{
background-color: #C8170B;
}
.BgClassName
{
background-color: #C8170B;
}
</style>
border-color css
<style>
span { border-color: #C8170B; }
span { border-color: rgb(200,23,11); }
td.TdClassName
{
border-color: #C8170B;
}
.TagClassName
{
border-color: #C8170B;
}
</style>