Shades of Free Speech Red #C8170F
Tints of Free Speech Red #C8170F
RGB
CMYK
RGB Variations
Color information
#C8170F (or 0xC8170F) is known color: Free Speech Red. HEX triplet: C8, 17 and 0F. RGB value is (200,23,15). Sum of RGB (Red+Green+Blue) = 200+23+15=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C8170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8170F is #37E8F0. Grayscale: #4B4B4B. Windows color (decimal): -3664113 or 989128. OLE color: 989128.
HSL color Cylindrical-coordinate representation of color #C8170F: hue angle of 2.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8170F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.22 |
| HSL | 2.59º | 0.86% | 0.42% | - |
| HSV(B) | 2.59º | 0.93% | 0.78% | - |
| XYZ | 24.21 | 12.93 | 1.67 | - |
| YUV | 75.01 | 94.14 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 15 | 0 | 0.88 | 0.92 | 0.22 | 2.59 | 0.86 | 0.42 |
| Hex | C8 | 17 | F | 0 | 58 | 5C | 16 | 3 | 56 | 2A |
| Octal | 310 | 27 | 17 | 0 | 130 | 134 | 26 | 3 | 126 | 52 |
| Binary | 11001000 | 10111 | 1111 | 0 | 1011000 | 1011100 | 10110 | 11 | 1010110 | 101010 |
Color Harmonies of #C8170F
Complementary color
Monochromatic Colors of #C8170F
Black with #C8170F
Text Example
Text Example
White with #C8170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8170F; }
p { color: rgb(200,23,15); }
H1.HeaderClassName
{
color: #C8170F;
}
.AnyTagClassName
{
color: #C8170F;
}
</style>
background-color css
<style>
a { background-color: #C8170F; }
a { background-color: rgb(200,23,15); }
div.DivClassName
{
background-color: #C8170F;
}
.BgClassName
{
background-color: #C8170F;
}
</style>
border-color css
<style>
span { border-color: #C8170F; }
span { border-color: rgb(200,23,15); }
td.TdClassName
{
border-color: #C8170F;
}
.TagClassName
{
border-color: #C8170F;
}
</style>