Shades of Free Speech Red #CF170D
Tints of Free Speech Red #CF170D
RGB
CMYK
RGB Variations
Color information
#CF170D (or 0xCF170D) is known color: Free Speech Red. HEX triplet: CF, 17 and 0D. RGB value is (207,23,13). Sum of RGB (Red+Green+Blue) = 207+23+13=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF170D is #30E8F2. Grayscale: #4D4D4D. Windows color (decimal): -3205363 or 858063. OLE color: 858063.
HSL color Cylindrical-coordinate representation of color #CF170D: hue angle of 3.09º degrees, saturation: 0.88, 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 #CF170D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.19 |
| HSL | 3.09º | 0.88% | 0.43% | - |
| HSV(B) | 3.09º | 0.94% | 0.81% | - |
| XYZ | 26.11 | 13.91 | 1.69 | - |
| YUV | 76.88 | 91.96 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 13 | 0 | 0.89 | 0.94 | 0.19 | 3.09 | 0.88 | 0.43 |
| Hex | CF | 17 | D | 0 | 59 | 5E | 13 | 3 | 58 | 2B |
| Octal | 317 | 27 | 15 | 0 | 131 | 136 | 23 | 3 | 130 | 53 |
| Binary | 11001111 | 10111 | 1101 | 0 | 1011001 | 1011110 | 10011 | 11 | 1011000 | 101011 |
Color Harmonies of #CF170D
Complementary color
Monochromatic Colors of #CF170D
Black with #CF170D
Text Example
Text Example
White with #CF170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF170D; }
p { color: rgb(207,23,13); }
H1.HeaderClassName
{
color: #CF170D;
}
.AnyTagClassName
{
color: #CF170D;
}
</style>
background-color css
<style>
a { background-color: #CF170D; }
a { background-color: rgb(207,23,13); }
div.DivClassName
{
background-color: #CF170D;
}
.BgClassName
{
background-color: #CF170D;
}
</style>
border-color css
<style>
span { border-color: #CF170D; }
span { border-color: rgb(207,23,13); }
td.TdClassName
{
border-color: #CF170D;
}
.TagClassName
{
border-color: #CF170D;
}
</style>