Shades of Free Speech Red #CF170C
Tints of Free Speech Red #CF170C
RGB
CMYK
RGB Variations
Color information
#CF170C (or 0xCF170C) is known color: Free Speech Red. HEX triplet: CF, 17 and 0C. RGB value is (207,23,12). Sum of RGB (Red+Green+Blue) = 207+23+12=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF170C is #30E8F3. Grayscale: #4C4C4C. Windows color (decimal): -3205364 or 792527. OLE color: 792527.
HSL color Cylindrical-coordinate representation of color #CF170C: hue angle of 3.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF170C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.19 |
| HSL | 3.38º | 0.89% | 0.43% | - |
| HSV(B) | 3.38º | 0.94% | 0.81% | - |
| XYZ | 26.1 | 13.9 | 1.66 | - |
| YUV | 76.76 | 91.46 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 12 | 0 | 0.89 | 0.94 | 0.19 | 3.38 | 0.89 | 0.43 |
| Hex | CF | 17 | C | 0 | 59 | 5E | 13 | 3 | 59 | 2B |
| Octal | 317 | 27 | 14 | 0 | 131 | 136 | 23 | 3 | 131 | 53 |
| Binary | 11001111 | 10111 | 1100 | 0 | 1011001 | 1011110 | 10011 | 11 | 1011001 | 101011 |
Color Harmonies of #CF170C
Complementary color
Monochromatic Colors of #CF170C
Black with #CF170C
Text Example
Text Example
White with #CF170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF170C; }
p { color: rgb(207,23,12); }
H1.HeaderClassName
{
color: #CF170C;
}
.AnyTagClassName
{
color: #CF170C;
}
</style>
background-color css
<style>
a { background-color: #CF170C; }
a { background-color: rgb(207,23,12); }
div.DivClassName
{
background-color: #CF170C;
}
.BgClassName
{
background-color: #CF170C;
}
</style>
border-color css
<style>
span { border-color: #CF170C; }
span { border-color: rgb(207,23,12); }
td.TdClassName
{
border-color: #CF170C;
}
.TagClassName
{
border-color: #CF170C;
}
</style>