Shades of Free Speech Red #CF170F
Tints of Free Speech Red #CF170F
RGB
CMYK
RGB Variations
Color information
#CF170F (or 0xCF170F) is known color: Free Speech Red. HEX triplet: CF, 17 and 0F. RGB value is (207,23,15). Sum of RGB (Red+Green+Blue) = 207+23+15=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF170F is #30E8F0. Grayscale: #4D4D4D. Windows color (decimal): -3205361 or 989135. OLE color: 989135.
HSL color Cylindrical-coordinate representation of color #CF170F: hue angle of 2.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF170F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.19 |
| HSL | 2.5º | 0.86% | 0.44% | - |
| HSV(B) | 2.5º | 0.93% | 0.81% | - |
| XYZ | 26.12 | 13.91 | 1.76 | - |
| YUV | 77.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 15 | 0 | 0.89 | 0.93 | 0.19 | 2.5 | 0.86 | 0.44 |
| Hex | CF | 17 | F | 0 | 59 | 5D | 13 | 2 | 56 | 2C |
| Octal | 317 | 27 | 17 | 0 | 131 | 135 | 23 | 2 | 126 | 54 |
| Binary | 11001111 | 10111 | 1111 | 0 | 1011001 | 1011101 | 10011 | 10 | 1010110 | 101100 |
Color Harmonies of #CF170F
Complementary color
Monochromatic Colors of #CF170F
Black with #CF170F
Text Example
Text Example
White with #CF170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF170F; }
p { color: rgb(207,23,15); }
H1.HeaderClassName
{
color: #CF170F;
}
.AnyTagClassName
{
color: #CF170F;
}
</style>
background-color css
<style>
a { background-color: #CF170F; }
a { background-color: rgb(207,23,15); }
div.DivClassName
{
background-color: #CF170F;
}
.BgClassName
{
background-color: #CF170F;
}
</style>
border-color css
<style>
span { border-color: #CF170F; }
span { border-color: rgb(207,23,15); }
td.TdClassName
{
border-color: #CF170F;
}
.TagClassName
{
border-color: #CF170F;
}
</style>